Добавляем контроллер esp8266_2mb

This commit is contained in:
Mit4el
2023-04-03 20:40:19 +03:00
parent c64a2e7793
commit ac77b8fb4a
37 changed files with 282 additions and 138 deletions

View File

@@ -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