ESPixelStick v4.0-beta4
Pre-release
Pre-release
github-actions
released this
13 Nov 15:06
·
1333 commits
to main
since this release
This release mainly addresses stability and FPP Remote synchronization. Please create an Issue for any problems you may find or use the Discussions section for any questions you may have.
Changes since 4.0-beta3
- Moved FPP Remote to secondary input Issue #388
- Added option to change E1.31 port number Issue #320
- Display SD card stats on file management page Issue #399
- Fixed issue not being able to use GPIO0 as a relay pin Issue #375
- FPP multisync improvements
- Increased ESP8266 pixel limit to 1200 pixels
- Fixed issue with installing from 32bit Windows systems
- Added ESP32-CAM build environment and binaries
- Added PWM support for relays
- Added factory reset confirmation dialog
- Added RF calibration at boot and maximum TX limits to ESP8266
- Switched LWIP2 build configuration to "High Bandwidth, No Features"
- Switched to "yubox" fork of ESPAsnycWebserver
Change details
- Delayed Device and Network config so they do not happen in Web Event Context by @MartinMueller2003 in #379
- Removed code that prevented GPIO 0 From being used as a relay port. by @MartinMueller2003 in #381
- Resolve incomplete config saved to FS after upload from flash utility by @MartinMueller2003 in #383
- Made FPP Remote a secondary input operation to allow E1.31 or DDP to be used at the same time. by @MartinMueller2003 in #391
- Restored sending system config when device config is requested. by @MartinMueller2003 in #393
- Fixed channel ID in the file player definition that caused an incorrect blank timer to get started. by @MartinMueller2003 in #394
- Added WDT feeds to reduce HW WDT crashes. by @MartinMueller2003 in #395
- Refactored FPP Remote time processing by @MartinMueller2003 in #396
- Fixed issue with blanking caused by the introduction of async timer polling by @MartinMueller2003 in #397
- Remove Build date from FPP Ping and DDP responses. by @MartinMueller2003 in #401
- Added SD card statistics to the File Admin page. by @MartinMueller2003 in #402
- Removed string usage from status response message generation by @MartinMueller2003 in #403
- Cleanup of XJ web message response creation by @MartinMueller2003 in #406
- Converted FPP File Player to use the elapsed time field instead of the frameid filed in the sync status message. This allows us to have a different frame rate than the master. by @MartinMueller2003 in #407
- Adds Relay PWM support by @garymueller in #376
- Fixed end of sequence reporting to cause sequence to properly stop. by @MartinMueller2003 in #411
New Contributors
- @garymueller made their first contribution in #376
Full Changelog: v4.0-beta3...v4.0-beta4