pico-v0.36-fix4
alanbjohnston 3 years ago committed by GitHub
parent a5f13c633e
commit c4f77fc0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3512,9 +3512,10 @@ void process_bootsel() {
int release = FALSE; int release = FALSE;
// if (!wifi) if (wifi)
digitalWrite(led_builtin_pin, HIGH); // make sure built in LED is on before blinking digitalWrite(LED_BUILTIN, HIGH); // set the built-in LED ON
else
digitalWrite(led_builtin_pin, HIGH); // set the built-in LED ON
sleep(1.0); sleep(1.0);
// int pb_value = digitalRead(MAIN_PB_PIN); // int pb_value = digitalRead(MAIN_PB_PIN);

Loading…
Cancel
Save

Powered by TurnKey Linux.