Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging 1.0.0-rc.1 branch into master. This introduces a number of backwards compatibility breaking changes so it should not be used in environments with old, not up-to-date nodes.
Changes include,
String
to usingstruct
for messages between server and clients #48, stopped using String for communication between firmware clients, now using datagram structs,includes contributions from @beegee-tokyo in PR Fix main.ino Welcome Message, BLE client, OLED client and Console. #56
reduced LoRaLayer2 addresses to 4 bytes as discussed here Using this protocol in similar projects? LoRaLayer2#10
other updates LoRaLayer2 as of sudomesh/LoRaLayer2@ae51303
adds banner and prompt to console, removes instances of serial print in console as described in Remove Serial.prints from Console.cpp #65
There are more changes that are coming, including fifo buffers for LoRaLayer2, a user configurable duty cycle option, and possible updates to the web app and maybe even support for two LoRa antennas, so keep an eye out for a 1.0.0-rc.2 branch.