2.0.7 broke Arduino board compatibility by changing build.board names to lower case #7943
Closed
1 task done
Labels
Milestone
Board
Heltec ESP Wifi boards and other
Device Description
All board types that are used to define boards for the Arduino IDE should be lower case. Version 2.0.7 broke conditional compiles based on some board types (like the Heltec boards) when they were changed to lower case.
Hardware Configuration
Not Applicable. Compile issue
Version
v2.0.7
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
40MHz
PSRAM enabled
yes
Upload speed
115200
Description
Version 2.0.7 broke Arduino capability with some boards when those board names were changed to lower case
Sketch
#if defined(ARDUINO_HELTEC_WIFI_KIT_32) breaks because the board type was changed to ARDUINO_heltec_wifi_kit_32 (lower case)
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: