Search found 1 match
- Sun Feb 23, 2025 2:06 pm
- Forum: ESP32 Arduino
- Topic: How can i use defined(ARDUINO_T-BEAM) when the '-' character is not accepted by compiler?
- Replies: 1
- Views: 1805
How can i use defined(ARDUINO_T-BEAM) when the '-' character is not accepted by compiler?
Hello. The file boards.txt have many different boards defined. Some of them have a name with a '-' inside like the t-beam. When i write software and want to check the board, i would like to use for example the defined(ARDUINO_T-BEAM). But that is not possible. The compiler does not accept '-' in ...