Releases: martinberlin/udpx
Releases · martinberlin/udpx
Added miniz (zlib) for decompression and Bluetooth serial for configuration
- If WIFI_BLE is defined, will wait for Bluetooth serial config when credentials are not stored
- Zlib works fine but may have Buffer memory issues on some ESP32's (Needs more testing)
- The first pixel will turn BLUE when "waiting for config", GREEN when online, and RED when lost connection
That's it, please try it along with a https://github.com/martinberlin/udpx-app release > 1.1.22
Stable and tested using @iotpanic Pixels protocol
Please check the Readme and /examples/test/ directory to test the Firmware
Stable decompression but still optimization needed
- Compressed data is still being saved as a global array ( https://github.com/martinberlin/udpx/blob/master/src/main.cpp#L197 ) Ideally this should be passed as a parameter in xTaskCreatePinnedToCore
- Controller registration is still not finished and may need updates