mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
9 lines
155 B
C
9 lines
155 B
C
|
|
//#pragma once
|
||
|
|
//#define ST(A) #A
|
||
|
|
//#define STR(A) ST(A)
|
||
|
|
//
|
||
|
|
//#ifdef esp32_4mb
|
||
|
|
//#pragma message STR(esp32_4mb)
|
||
|
|
//#endif
|
||
|
|
|
||
|
|
//Serial.println(STR(esp32_4mb));
|