pico-v0.15
alanbjohnston 3 years ago committed by GitHub
parent ad5a1b3c10
commit 46b4b05686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3063,6 +3063,9 @@ void process_pushbutton() {
// Serial.println("PB pressed!");
int release = FALSE;
return; /// just skip for now
if (!wifi)
digitalWrite(LED_BUILTIN, HIGH); // make sure built in LED is on before starting to blink

Loading…
Cancel
Save

Powered by TurnKey Linux.