You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature request:
as some programs are designed just for special arbitrary boards (e.g., Nano, SAMD, ESP) it would be helpful to hardcode-config the targeted board type by configuration in Sketch (e.g. #pragma config...) such as
#pragma config board="Nano"
#pragma config board="NODE_MCU 1.0"
#pragma config board="Adafruit Feather ESP32"
The text was updated successfully, but these errors were encountered:
feature request:
as some programs are designed just for special arbitrary boards (e.g., Nano, SAMD, ESP) it would be helpful to hardcode-config the targeted board type by configuration in Sketch (e.g. #pragma config...) such as
#pragma config board="Nano"
#pragma config board="NODE_MCU 1.0"
#pragma config board="Adafruit Feather ESP32"
The text was updated successfully, but these errors were encountered: