File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,13 @@ it and turn it into one if you want).
11
11
12
12
If you want to actually use this code, note that it contains version 1.4
13
13
of the library, but there are newer versions available already. Also,
14
- the LMIC library is modified to allow device-to-device communication,
15
- at the same time breaking device-to-gateway communication. If you need
16
- that, make sure to revert commit 7561aa74c (Do not invert I/Q signals to
17
- allow communication between nodes).
14
+ the LMIC library needs to be modified to not invert IQ signals, in order
15
+ to allow device-to-device communication as used in the raw.ino example,
16
+ at the same time breaking device-to-gateway communication.
17
+
18
+ If you need device-to-device communication, make sure you reapply commit
19
+ 7561aa74c (Do not invert I/Q signals to allow communication between
20
+ nodes), which was reverted in master.
18
21
19
22
At this time, this code needs an hourly build of the Arduino IDE (or
20
23
1.6.6 once it is released), since that enables C99 code to be compiled.
You can’t perform that action at this time.
0 commit comments