We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d3244 commit 82a7ee5Copy full SHA for 82a7ee5
ci
@@ -0,0 +1 @@
1
+Subproject commit da37d5d2371435fa73fd5a1f4da7d92b7aafea26
src/Wippersnapper_demo.ino
@@ -10,8 +10,9 @@
10
// All text above must be included in any redistribution.
11
12
#include "ws_adapters.h"
13
-// Can't check if typedef available so use WS_WIFI_ADAPTER/WS_OFFLINE_ADAPTER
14
-#if defined(OFFLINE_MODE_WOKWI) || defined(WS_WIFI_ADAPTER)
+#if defined(OFFLINE_MODE_WOKWI)
+ws_adapter_wifi wipper; // Wokwi offline mode uses a wifi adapter
15
+#elif defined(WS_WIFI_ADAPTER)
16
ws_adapter_wifi wipper;
17
#elif defined(WS_OFFLINE_ADAPTER)
18
ws_adapter_offline wipper;
0 commit comments