-
Notifications
You must be signed in to change notification settings - Fork 7
Merge v2 into main #504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge v2 into main #504
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add DATA_ACK, HEARTBEAT and SYNC_CLOCKS air time in mSec to SYNC_CLOCKS
Multipoint: Start the channelTimer synchronization
To facilitate much larger xmitDatagramP2PSyncClocks() response.
P2P: Fix error in link down/up synchronization
Display the last value with the ATI10 command Work-in-progress: Searching for cause of hang with receiveInProcess set
Flash RX data LED (GREEN_LED_1) when receiving radio data Flash GREEN_LED_2 when receiving serial data Flash RSSI LED (GREEN_LED_3) when waiting for server HEARTBEAT Flash TX data LED (GREEN_LED_4) when transmitting radio data Flash yellow LED on hop (channel timer interrupt) Flash blue LED on server when transmitting HEARTBEAT, on client when receiving HEARTBEAT
Remove the confusing " @ time"
VcServerTest: Turn off the debugging and ACKs
Read the IRQ flags from the SX1276 when transactionComplete is set
Fix include path given directory change
Update handling of settings during command mode and training
Replace the mode specific defines with LED color defines
Rename the LED pins to use the color and number
NVM: Add erase function
Training: Remove switch to server from client
LED names did not changed in Begin.ino
Fix the compile error caused by cfc11bf.
Allows for RTT command to pass successfully.
The user should save the training server parameters in command mode before entering training. Otherwise the training parameters are considered temporary and will be discarded.
When the training button is pressed the green LEDs start counting seconds. When the 4 second boundary is crossed the yellow LED starts to blink. When the 8 second boundary is crossed the blue LED starts to blink. When the time reaches 15 seconds the radio clears NVM and resets. Upon boot the LoRaSerial radio starts with factory settings.
Move settings into LoRaSerial with other settings
Pass settings address to generateRandomKeysID
Remove trainingTimer
Use a common reset function
Add trainingSettings
Make the callers set trainingSettings
Don't save the training server parameters
New training button behavior
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds a variety of features including
Known limitations: