mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Добавляем контроллер esp8266_2mb
This commit is contained in:
@@ -11,6 +11,14 @@
|
||||
#define FIRMWARE_NAME "esp8266_1mb"
|
||||
#endif
|
||||
|
||||
#ifdef esp8266_2mb
|
||||
#define FIRMWARE_NAME "esp8266_2mb"
|
||||
#endif
|
||||
|
||||
#ifdef esp8266_2mb_ota
|
||||
#define FIRMWARE_NAME "esp8266_2mb_ota"
|
||||
#endif
|
||||
|
||||
#ifdef esp8266_4mb
|
||||
#define FIRMWARE_NAME "esp8266_4mb"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user