Virtual weights built in

This commit is contained in:
nightflyer88
2020-11-01 14:52:24 +01:00
parent d1ad6b6c42
commit 701b52afcb
10 changed files with 790 additions and 3213 deletions

View File

@ -51,15 +51,6 @@ enum {
};
#if defined(ESP8266)
// https update
enum {
PROBE_UPDATE,
UPDATE_FIRMWARE,
UPDATE_SPIFFS
};
// console msg type
enum {
T_BOOT,
@ -69,6 +60,15 @@ enum {
T_UPDATE,
T_HTTPS
};
#if defined(ESP8266)
// https update
enum {
PROBE_UPDATE,
UPDATE_FIRMWARE,
UPDATE_SPIFFS
};
#endif