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
\Downloads\N2_Cabinet_IOT_rev2\bootloader.bin was unexpected at this time.
exit status 1
Compilation error: exit status 1
Hardware Configuration
nothing is connected at all
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
40MHz
PSRAM enabled
no
Upload speed
115200
Description
can't compile
Sketch
// the setup function runs once when you press reset or power the boardvoidsetup() {
// initialize digital pin LED_BUILTIN as an output.pinMode(LED_BUILTIN, OUTPUT);
}
any code will do...
voidloop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)delay(1000); // wait for a seconddigitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOWdelay(1000); // wait for a second
}
Debug Message
no need
Other Steps to Reproduce
any code will do
I have checked existing issues, online documentation and the Troubleshooting Guide
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
Board
TinyPico
Device Description
\Downloads\N2_Cabinet_IOT_rev2\bootloader.bin was unexpected at this time.
exit status 1
Compilation error: exit status 1
Hardware Configuration
nothing is connected at all
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
40MHz
PSRAM enabled
no
Upload speed
115200
Description
can't compile
Sketch
Debug Message
Other Steps to Reproduce
any code will do
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: