From 60dcacea5c6a53eb25213b5db7696930b1efb0f6 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:05:09 -0300 Subject: [PATCH] fix(pioarduino): Add missing define --- configs/pioarduino_end.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/pioarduino_end.txt b/configs/pioarduino_end.txt index f942d442d..d9b5d5467 100644 --- a/configs/pioarduino_end.txt +++ b/configs/pioarduino_end.txt @@ -1,4 +1,5 @@ "ARDUINO_ARCH_ESP32", + "CHIP_HAVE_CONFIG_H", ("ESP32", "ESP32"), ("F_CPU", "$BOARD_F_CPU"), ("ARDUINO", 10812),