From 62a6fecf634bfcbc3116d278cab6584941dc9d16 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:34:18 +0200 Subject: [PATCH] Update platformio.ini --- examples/arduino-zigbee-switch/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arduino-zigbee-switch/platformio.ini b/examples/arduino-zigbee-switch/platformio.ini index 1ee3bee..0c3ce6a 100644 --- a/examples/arduino-zigbee-switch/platformio.ini +++ b/examples/arduino-zigbee-switch/platformio.ini @@ -9,7 +9,7 @@ [env:esp32-c6-devkitc-1] -platform = https://github.com/pioarduino/platform-espressif32.git#develop +platform = espressif32 framework = arduino board = esp32-c6-devkitc-1 monitor_speed = 115200