Skip to content

Commit 4cb330f

Browse files
committed
Adding missing constant LED_BUILTIN to satisfy CI build.
1 parent 9ecfe6b commit 4cb330f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/ArduinoIoTCloud-Basic/ArduinoIoTCloud-Basic.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
#include "arduino_secrets.h"
2323
#include "thingProperties.h"
2424

25+
#if defined(ESP32)
26+
static int const LED_BUILTIN = 2;
27+
#endif
28+
2529
void setup() {
2630
/* Initialize serial and wait up to 5 seconds for port to open */
2731
Serial.begin(9600);

0 commit comments

Comments
 (0)