Skip to content

v1.1: Upgrade to 4MB Tasmota Build

Latest
Compare
Choose a tag to compare
@kendallgoto kendallgoto released this 23 May 05:18
· 15 commits to main since this release
3778646

Please see the README.md for more information on how to start

These changes will update the Tasmota version used to be the full 4MB ESP32-C3 build, allowing for future OTAs. This corrects an error in the original v1.0 release that installed a 2MB build which did not allow for future updates due to space constraints. (#8)

Devices have been tested upgrading from stock firmware, to SwitchbOTA v1.1, then to Tasmota32-C3 version v11.1.0 without error. The original template used on the 2MB build remains unchanged.

Also addressed:

  • better documentation referenced for forcing OTAs via bluetooth, DNS changes (#3)
  • nodejs web server logging to track requests (#6)
  • github ci builds (not used for releases, but useful for testing on branches if you do not have a CI/CD environment (#2)

Thanks to:

  • @Cossid for realizing the 4MB possibility, and implementing+testing its realization
  • @linagee for CI build
  • @Jason2866 for info from the Tasmota side