mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Возможность быстрого переключения прошивок
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
#include "Tests.h"
|
||||
|
||||
#include "Macro.h"
|
||||
#include "Global.h"
|
||||
#include "ItemsList.h"
|
||||
|
||||
void testsPerform() {
|
||||
Serial.println("====some tests section====");
|
||||
|
||||
|
||||
#ifdef esp32_4mb
|
||||
Serial.println("esp32_4mb defined");
|
||||
#endif
|
||||
#ifdef esp8266_1mb
|
||||
Serial.println("esp32_4mb defined");
|
||||
#endif
|
||||
|
||||
//Serial.println(STR(esp32_4mb));
|
||||
|
||||
Serial.println("==========end============");
|
||||
}
|
||||
Reference in New Issue
Block a user