From f143a37013de089f059d62c5f3d9eabcd855a267 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 23 Jul 2022 08:21:25 -0400 Subject: [PATCH] Pico --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index ff7457dc..2fb0b00a 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -52,7 +52,7 @@ char payload_str[100]; WiFiServer server(port); WiFiClient 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 void setup() { new_mode = mode;