From e930af3808e997625d703206b3d966692311499e Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Tue, 16 Jun 2020 19:33:57 +0200 Subject: [PATCH] arduino include --- content/snippets/esp32/platformio/index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/snippets/esp32/platformio/index.en.md b/content/snippets/esp32/platformio/index.en.md index 83dd659..3816ced 100644 --- a/content/snippets/esp32/platformio/index.en.md +++ b/content/snippets/esp32/platformio/index.en.md @@ -62,7 +62,7 @@ monitor_speed = 115200 * Turns on an LED on for one second, * then off for one second, repeatedly. */ -#include "Arduino.h" +#include #ifndef LED_BUILTIN #define LED_BUILTIN 13