mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
исправлена опечатка
This commit is contained in:
@@ -4,4 +4,6 @@
|
||||
//
|
||||
//#ifdef esp32_4mb
|
||||
//#pragma message STR(esp32_4mb)
|
||||
//#endif
|
||||
//#endif
|
||||
|
||||
//Serial.println(STR(esp32_4mb));
|
||||
@@ -11,7 +11,7 @@
|
||||
;Please use one of definition:
|
||||
;esp8266_1mb , esp8266_4mb , esp32_4mb
|
||||
[platformio]
|
||||
default_envs = esp32_4mb
|
||||
default_envs = esp8266_4mb
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ lib_deps_internal =
|
||||
|
||||
|
||||
[env:esp8266_4mb]
|
||||
build_flags = -Desp8266_1mb="esp8266_4mb"
|
||||
build_flags = -Desp8266_4mb="esp8266_4mb"
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
board_build.ldscript = eagle.flash.4m1m.ld
|
||||
|
||||
@@ -5,15 +5,6 @@
|
||||
|
||||
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