You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@reloxx13 in order to get a useable size for the minimal version I had to remove commands normally not needed during OtaMagic. I verified this and OtaMagic still worked as expected.
In the first release I also disabled HTTPCommand as it is not needed with Tasmota OtaMagic too.
It appears that TasmoAdmin does OTA updates WITHOUT using OtaMagic and tries to change the otaurl during an update from one version to another. As HTTPCommands was disabled this failed as users noticed by issues arendst/Tasmota#3144 (comment) and #165.
I just re-enabled HTTPCommand in the minimal version in the latest release (still v6.1.0) at the cost of just 1k but still be aware that many commands have been disabled. For your information see sonoff.ino regarding available commands during minimal firmware active:
@reloxx13 in order to get a useable size for the minimal version I had to remove commands normally not needed during OtaMagic. I verified this and OtaMagic still worked as expected.
In the first release I also disabled HTTPCommand as it is not needed with Tasmota OtaMagic too.
It appears that TasmoAdmin does OTA updates WITHOUT using OtaMagic and tries to change the otaurl during an update from one version to another. As HTTPCommands was disabled this failed as users noticed by issues arendst/Tasmota#3144 (comment) and #165.
I just re-enabled HTTPCommand in the minimal version in the latest release (still v6.1.0) at the cost of just 1k but still be aware that many commands have been disabled. For your information see sonoff.ino regarding available commands during minimal firmware active:
The text was updated successfully, but these errors were encountered: