From 1220eed5b801c58892455b04db3d8e99384c1519 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 13 Jan 2023 09:32:06 -0500 Subject: [PATCH] enable WiFi --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 4dc43742..2b5cf22c 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -70,7 +70,7 @@ unsigned long micros3; WiFiClient net; MQTTClient client; -//#define PICO_W // define if Pico W board. Otherwise, compilation fail for Pico or runtime fail if compile as Pico W +#define PICO_W // define if Pico W board. Otherwise, compilation fail for Pico or runtime fail if compile as Pico W byte green_led_counter = 0; char call[] = "AMSAT"; // put your callsign here