Version 1.14

Changed FS from SPIFFS to LittleFS.
This commit is contained in:
Alexey Zholtikov 2023-02-04 10:57:34 +03:00
parent 4d8146e64b
commit dc9f08e82c

View File

@ -31,7 +31,7 @@ typedef struct
std::vector<espnow_message_t> espnowMessage;
const String firmware{"1.13"};
const String firmware{"1.14"};
String espnowNetName{"DEFAULT"};