File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,18 @@ What has not been tested:
48
48
If you try one of these untested features and it works, be sure to let
49
49
us know (creating a github issue is probably the best way for that).
50
50
51
+ Configuration
52
+ -------------
53
+ A number of features can be configured or disabled by editing the
54
+ ` config.h ` file in the library folder. Unfortunately the Arduino
55
+ environment does not offer any way to do this (compile-time)
56
+ configuration from the sketch, so be careful to recheck your
57
+ configuration when you switch between sketches or update the library.
58
+
59
+ At the very least, you should set the right type of transceiver (SX1272
60
+ vs SX1276) in config.h, most other values should be fine at their
61
+ defaults.
62
+
51
63
Supported hardware
52
64
------------------
53
65
This library is intended to be used with plain LoRa transceivers,
You can’t perform that action at this time.
0 commit comments