версия 420

This commit is contained in:
Dmitry Borisenko
2022-09-13 16:39:55 +02:00
parent cd2cebaeb8
commit 0a1d606149
12 changed files with 78 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
//Версия прошивки
#define FIRMWARE_VERSION 419
#define FIRMWARE_VERSION 420
#ifdef esp8266_4mb
#define FIRMWARE_NAME "esp8266_4mb"

View File

@@ -18,4 +18,9 @@ void saveDataDB(String id, String data);
String readDataDB(String id);
extern void onFlashWrite();
String FileList(String path);
String FileList(String path);
extern void getFSInfo();
#ifdef ESP8266
extern bool getInfo(FSInfo& info);
#endif