Skip to content

Commit bcf8c6a

Browse files
Update README, since the IQ inversion commit was (accidentally) reverted
1 parent 4d85c3c commit bcf8c6a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ it and turn it into one if you want).
1111

1212
If you want to actually use this code, note that it contains version 1.4
1313
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.
1821

1922
At this time, this code needs an hourly build of the Arduino IDE (or
2023
1.6.6 once it is released), since that enables C99 code to be compiled.

0 commit comments

Comments
 (0)