Search found 2 matches

by ZarysS
20 Jun 2022, 20:23
Forum: ESP Easy: General Discussion
Topic: Unable to run "max" firmware into a ESP-32 16MB
Replies: 46
Views: 52112

Re: Unable to run "max" firmware into a ESP-32 16MB

I had that same problem after upgraded flash to 16MB, I solved it by flashing with flash_download_tool_3.8.5 first ESP_Easy_mega_20220527_max_ESP32_16M8M_LittleFS.factory.zip from this topic and then the latest from 0616 max with ethernet via espeasy web interface.
by ZarysS
08 Jan 2020, 02:59
Forum: ESP Easy: Software
Topic: Dummy button problem with execute
Replies: 1
Views: 3692

Dummy button problem with execute

Hello, I have problem to execute event when state of dummy is changing. First I wanted to sync state of button connected to GPIO with switch in domoticz, I followed this thread: https://www.domoticz.com/forum/viewtopic.php?t=18249 I did: on 433v1#State do if [Dummy#State]=1 TaskValueSet 1,1,0 sendto...