add led_builtin_pin;

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent 8d295cbb30
commit 92ee1536bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,7 @@ int first_time = true;
int first_read = true;
bool check_for_wifi();
bool wifi = false;
int led_builtin_pin;
#define PICO_W // define if Pico W board. Otherwise, compilation fail for Pico or runtime fail if compile as Pico W
#if defined ARDUINO_ARCH_RP2040

Loading…
Cancel
Save

Powered by TurnKey Linux.