Skip to content

Commit

Permalink
Correct verbiage for RP2040 rather than Pico
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Dec 20, 2024
1 parent 86936f2 commit 24cf180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wippersnapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ typedef enum {
} fsm_net_t;

#ifdef ARDUINO_ARCH_RP2040
#define WS_WDT_TIMEOUT 8388 ///< Pico Max WDT timeout
#define WS_WDT_TIMEOUT 8388 ///< RP2040 Max WDT timeout
#else
#define WS_WDT_TIMEOUT 60000 ///< WDT timeout
#endif
Expand Down

0 comments on commit 24cf180

Please sign in to comment.