From 0d3973fe632e3e7ccceb6dfe9caaa1822fb7b442 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 23 Jul 2022 08:09:10 -0400 Subject: [PATCH] Pico W set --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index f37bd331..ff7457dc 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;