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 d35508f commit 4ceb091Copy full SHA for 4ceb091
src/Wippersnapper.h
@@ -215,6 +215,9 @@ typedef enum {
215
FSM_NET_ESTABLISH_MQTT,
216
} fsm_net_t;
217
218
+#ifndef WL_MAC_ADDR_LENGTH
219
+#define WL_MAC_ADDR_LENGTH 6 // MAC address length - from RP2040 BSP
220
+#endif
221
#define WS_WDT_TIMEOUT 60000 ///< WDT timeout
222
#define WS_MAX_SORTED_NETWORKS 15 ///< Maximum number of networks to sort
223
#define WS_MAX_ALT_WIFI_NETWORKS 3 ///< Maximum number of alternative networks
0 commit comments