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