Merged
Conversation
Buildenv update to support later FastLED versions
Set the ESP32S2 SPI bus in the base env so all S2 based devices get the SPI setting
…versions - standarize tube builds on framework v6.7.0 / 3.20017.0 via platformio_tubes.ini
This reverts commit e2964a4.
- fix function naming convention in node.h - encapuslate some of the callback functions within the LightNode class - defined packing to ensure standard packets on the network - move status_code() function to LightNode class
revert the revert to update FastLED packages
standarize platformio with make repo
- statusTimer should just end verses being reset on "every" - only update global timer once - bad code: len < sizeof(WLED_MAX_DATA_LEN) - remove sizeof() - set WiFi power in ESPNOWBroadcast by new macro
simple LightNode cleanup
) This rewrites the ESPNow code to use the IDF esp_now api vs QuickEspNow. Additionally the WiFi / ESPNow code paths trigger based on WiFi events vs pooling at calls to Wifi.Disconnect() create a race condition. To eliminate other potential race conditions by events called from the WiFi task, a ESP32 RingBuffers are used to shared Wifi events and network messages with the main application task, reducing the risk of a race condition
add RSSI support back for modern IDF builds
and make a few more methods const for clarity
accidently disabled by merge - wled@d03ad1f also current version of Espressif Ardunio SDK seems to break it as well
intialize struct variables remove double initialization disabled espnow debug counters
and reset the wifi after update
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
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 brings my changes to the latest version of WLED