Skip to content

Commit fb53807

Browse files
committed
#undef
1 parent 38d2d02 commit fb53807

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/gpio_list/gpio_list.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ AsyncFsWebServer server(FILESYSTEM, 80);
99
unsigned long lastGpioBroadcastMs = 0;
1010
const unsigned long GPIO_BROADCAST_INTERVAL_MS = 200;
1111

12+
#ifndef LED_BUILTIN
13+
#define LED_BUILTIN 2
14+
#endif
15+
1216

1317
// Define a struct for store all info about each gpio
1418
struct gpio_type {

0 commit comments

Comments
 (0)