Releases: AronHetLam/ATEM_tally_light_with_ESP8266
Releases · AronHetLam/ATEM_tally_light_with_ESP8266
Patch v3.3.2
Issues fixed
- Fix purple light not turning on when disconnected from switcher.
- Fix and update broken build system (gh actions)
Patch v3.3.1
Features
- Add more ESP32-xx boards to web installer
Bugfix
- Restore Arduino IDE comparability.
Make sure to copy libraries over again.
Web installer, Improv and PlatformIO support
This update is a part of #92, aiming to make it simpler to install the firmware.
New features
- Web installer
- Improv support (enables WiFi config through web installer).
- Static IP ignored when
255.255.255.255
(fresh install).
Issues fixed
- WiFiUDP naming issue on Linux.
Minor fixes for ESP32
v3.2.1 Fix for ESP32
Led brightness support
New Feature
- Led brightness setting to adjust brightness (ESP8266 only)
Issues fixed
- Possible fix for fastLed with ESP8266 board manager v3+
- Possible fix for connection issues with ESP32
Patch v3.1.3 - Fix WiFi credential persistance for ESP32
Issues fixed
- WiFi credentials wouldn't be saved on ESP32.
Fix includes updating to latest ESP8266 way of storing credentials as well.
Patch v3.1.2 - Fix WiFi credentials not being saved
Issues fixed
- WiFi credentials wouldn't be saved after ESP libraries for Arduino release v.3.0.0.
- NodeMCU needs explicit pin definition.
Patch v3.1.1 - Fix ATEM reconnection bug on WiFi loss and more.
Features added
- Rejected status shown on website. If ATEM rejected the connection it indicates no more empty connection slots.
- ATEM_tally_test_server.ino program for local tally light testing without ATEM switcher. Read more here.
Issue fixed
On WiFi connection loss the chip could end up in a state where it would get stuck trying to reconnect to the ATEM, where a reboot was necessary to get it to run again. Now WiFi check runs all the time, properly resetting ATEM connection on WiFi reconnect.
On air, Neopixel brightness and ESP32 support
New features
- On air mode
Makes it possible to make an on air sign for when the ATEM is streaming. - Neopixel brightness
Makes it possible to set the overall brightness of the Neopixels from the setup website - ESP32 support
Arduino sketch now works on ESP32 modules, making it possible to expand the project to utilize M5stack's devices, or just run on a more powerful microprocessor.
Patch v3.0.1 - Fix Neopixel limit on website.
Issue fixed
The limit on amount of Neopixels on the website would allow for more Neopixels than the code would allow for, resulting in Neopixels not working when more than 1000 LEDs where selected.