Search found 8 matches

by skwaruch
08 Jan 2023, 15:45
Forum: ESP Easy: General Discussion
Topic: Very long time connecting to WiFi
Replies: 62
Views: 26259

Re: Very long time connecting to WiFi

It's definitely better on 20221224 but still 2x slower than some earlier versions
by skwaruch
20 Nov 2022, 13:47
Forum: ESP Easy: General Discussion
Topic: Very long time connecting to WiFi
Replies: 62
Views: 26259

Re: Very long time connecting to WiFi

INIT : Booting version: ESP_Easy_mega_20221105_climate_ESP8266_4M1M, (GitHub Actions) mega-20221105 (ESP82xx Core 2843a5ac, NONOS SDK 2.2.2-dev(c0eb301), LWIP: 2.1.2 PUYA support) 4949 : Info : INIT : Free RAM:25664 4951 : Info : INIT : Manual Reboot #25 Last Action before Reboot: Background Task L...
by skwaruch
19 Nov 2022, 19:06
Forum: ESP Easy: General Discussion
Topic: Very long time connecting to WiFi
Replies: 62
Views: 26259

Very long time connecting to WiFi

I have an ESP8266 with ESP_Easy_mega_20211005_test_A_ESP8266_4M1M and it connects to WiFi in about 4s.
On another ESP8266 I uploaded ESP_Easy_mega_20221119_climate_ESP8266_4M1M and it connects over 30s.
What could be causing such a long connection time?
by skwaruch
19 Nov 2022, 19:02
Forum: ESP Easy: Software
Topic: Compilation failed - release ESPEasy-mega-20221105
Replies: 3
Views: 1309

Re: Compilation failed - release ESPEasy-mega-20221105

Thanks for the replies.
I solved the problem using VS Code and PlatformIO.
by skwaruch
14 Nov 2022, 21:24
Forum: ESP Easy: Software
Topic: Compilation failed - release ESPEasy-mega-20221105
Replies: 3
Views: 1309

Compilation failed - release ESPEasy-mega-20221105

I do everything according to this tutorial (at least I think so): https://espeasy.readthedocs.io/en/latest/Participate/ArduinoIDE.html Below are the error messages: C:\arduino-1.8.19\portable\sketchbook\ESPEasy\src\CustomBuild\CompiletimeDefines.cpp: In function 'uint16_t get_build_nr()': C:\arduino...
by skwaruch
04 Jan 2020, 12:41
Forum: ESP Easy: General Discussion
Topic: [solved] Are any math functions usable in rules?
Replies: 11
Views: 8197

Re: [solved] Are any math functions usable in rules?

2^2 = 0
2^1 = 0

exponentiation does not work on the old version,
I uploaded a new one and it works
by skwaruch
04 Jan 2020, 00:01
Forum: ESP Easy: General Discussion
Topic: [solved] Are any math functions usable in rules?
Replies: 11
Views: 8197

Re: [solved] Are any math functions usable in rules?

The exponentiation doesn't work.
TaskValueSet,11,4,2^57 = 0.
Do you know why?