2025-03-24 : BETA release 3 for version 4.1 of Lumitec poco FW+UI * OTA file: "poco-fw-ota_4p1-b3.bin" - MD5: dcabd88543c02b2a7176ce03d0cd7638 - CRC32: 1e8fe417 * FW: 4.1-b3 * IDF: 4.4.8 * WebUI: 4.1.4 * FW Changes: - We have to bump to 4.1 because FW version needs to be >= HW version and we already have a HW version 4.1. - N2K lighting working on Simrad! Added our new N2K product code. - Update to our Overcurrent logic to ensure proper timing. - Bugfix OTA erase didn't yield long enough. New feature to stop unnecessary tasks before OTA upgrade. Fixes #41 - Poco 4+ only: Changed partition table. Added recovery FW. Enable OTA auto rollback feature. - Bugfix removing vsw & lg caused crash.Closes #22 - Ported cgi_virtual_switch to C++ to fix bugs. - BREAKING: must update webapp for new vsw api. - Fix super switch functionality. fix crossfade id. * WebUI Changes: - Test Button not Working in Switch Creation Page - Disabled for now #40 - GUI should not show PocoFx if FW < 4.0 #33 - Bugfixes in otamodal. Improved OTA upgrade process by shutting off unnecessary tasks. #41 - Check if poco rebooted on reconnect, force UI redraw. - Add DevTools button to mobile app. - Added some tooltips. - Fixed some css for disabled elements and pointers. - Fixed some db parsing. - Dynamically change page title based on Poco hostname. - Tweak pocofx css style to support old garmin browser. - Some refactor to save a few kB. - Bugfix message sender didn't get updated everywhere. 2025-01-16 : ALPHA testing Release for version 4.0 of Lumitec poco FW+UI * OTA file: "poco-fw-ota_4p0-A7.bin" - MD5: 2ba5fd991a8e32670faf3d0fea575766 - CRC32: dfe4e0a3 * FW: 4.0-A7 * IDF: 4.4.8 * WebUI: 4.0.3-13-g9b599db * FW Changes: - ALPHA quality testing release! Expect lots of bugs. - Implemented software overcurrent protection on Poco hardware 4-A (I2C ADC) - Implemented NMEA2000 Lighting PGNs - Sound2Light: - Add song section detection logic. Tweaked PocoFx patterns. - Impl. Auto Gain Control. - Bugfixes - sendAction(White) didn't work b/c no default hue. - bugfix patch IDF to fix I2C corruption bug. - Fixed RGB to HSV roundtrip 1-1. * WebUI Changes: - Improvements to audio input settings page.