letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.26k stars 2.21k forks source link

Will there an up to date OTA firmware for the Sonoff 4ch again? #4015

Open berbergh opened 2 years ago

berbergh commented 2 years ago

Hi,

I am not sure where to ask my question, but I wonder if there ever will be an up to dat version of the OTA firmware for the Sonoff 4ch.

Checklist

I have...

Steps already tried...

If you self compile, please state this and PLEASE try to ONLY REPORT ISSUES WITH OFFICIAL BUILDS!

Summarize of the problem/feature request

YOUR TEXT GOES HERE

Expected behavior

YOUR TEXT GOES HERE

Actual behavior

YOUR TEXT GOES HERE

Steps to reproduce

System configuration

Hardware:

ESP Easy version:

ESP Easy settings/screenshots:

Rules or log data

TD-er commented 1 year ago

Can you test a GitHub Actions build from this PR: https://github.com/letscontrolit/ESPEasy/actions/runs/3457567222 It should have the minimal OTA builds (again) using core 2.7.4 I am working on a new (smaller) 2-step OTA binary, but that will take some time as I'm still a bit undecided on what to do as there are many options to either increase the max. allowed bin size, and/or reducing the ESPEasy bin size by simply removing the option to use a true file system but rather write directly to the flash sector blocks.