remove PB prints

pico-v0.21
alanbjohnston 3 years ago committed by GitHub
parent ad595cf2e5
commit 831735e372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3140,13 +3140,13 @@ void sleep(float timer) { // sleeps for intervals more than 0.01 milli seconds
void process_pushbutton() { void process_pushbutton() {
Serial.println("PB pressed!"); // Serial.println("PB pressed!");
int release = FALSE; int release = FALSE;
Serial.println(digitalRead(MAIN_PB_PIN)); // Serial.println(digitalRead(MAIN_PB_PIN));
return; /// just skip for now // return; /// just skip for now
if (!wifi) if (!wifi)
digitalWrite(LED_BUILTIN, HIGH); // make sure built in LED is on before starting to blink digitalWrite(LED_BUILTIN, HIGH); // make sure built in LED is on before starting to blink

Loading…
Cancel
Save

Powered by TurnKey Linux.