* fix: random crashes #15

-> don't use delay() on ESP while Wifi connection is established!?
This commit is contained in:
lumapu 2022-04-28 19:40:51 +02:00
parent 1300f0a19e
commit b3bdf2811e
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_PATCH 10
#define VERSION_PATCH 11
//-------------------------------------