We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d2d02 commit fb53807Copy full SHA for fb53807
examples/gpio_list/gpio_list.ino
@@ -9,6 +9,10 @@ AsyncFsWebServer server(FILESYSTEM, 80);
9
unsigned long lastGpioBroadcastMs = 0;
10
const unsigned long GPIO_BROADCAST_INTERVAL_MS = 200;
11
12
+#ifndef LED_BUILTIN
13
+#define LED_BUILTIN 2
14
+#endif
15
+
16
17
// Define a struct for store all info about each gpio
18
struct gpio_type {
0 commit comments