-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove OTA feature #1738
Comments
OK, |
Ok, I'll do the change now. I've added a script so you can still upload a .bin file from a Linux or DOS prompt |
with OTA removed there is 8kb flash free'd up and I'm my ESP32-S3 about 2kb more heap and alloc buffer space. To upload from platformIO add this to your
and include the
To upload from the command line use python3 scripts/upload_cli.py -i 10.10.10.173 -f ./build/firmware/EMS-ESP-3_7_0-dev_8-ESP32_4M.bin |
I'm planning on removing the OTA feature. You can upload firmware versions over-the-air via the WebUI upload feature or via a Python script in platformIO or standalone via the CLI.
This will also free up some memory in EMS-ESP for other features.
@MichaelDvP agree with this? I'll make a PR
The text was updated successfully, but these errors were encountered: