mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Add esp32_16m & esp8266_16m
This commit is contained in:
@@ -24,10 +24,18 @@
|
||||
#define FIRMWARE_NAME "esp8266_4mb"
|
||||
#endif
|
||||
|
||||
#ifdef esp8266_16mb
|
||||
#define FIRMWARE_NAME "esp8266_16mb"
|
||||
#endif
|
||||
|
||||
#ifdef esp32_4mb
|
||||
#define FIRMWARE_NAME "esp32_4mb"
|
||||
#endif
|
||||
|
||||
#ifdef esp32_16mb
|
||||
#define FIRMWARE_NAME "esp32_16mb"
|
||||
#endif
|
||||
|
||||
#ifdef esp32s2_4mb
|
||||
#define FIRMWARE_NAME "esp32s2_4mb"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user