From 590626fb62053ea3844129ce92fa22a2e02768eb Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:23:30 +0800 Subject: [PATCH] Fix typo in platformio Thanks @ilko-k for pointing this out --- platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index 10f753dc3..ab9852874 100644 --- a/platformio.ini +++ b/platformio.ini @@ -61,7 +61,7 @@ upload_speed = 115200 lib_ignore = AsyncTCP ESP32NetBIOS - ESP32SSPD + ESP32SSDP ;https://github.com/platformio/platform-espressif8266/releases [env:esp01s_160mhz_2_7_4] @@ -85,7 +85,7 @@ upload_speed = 115200 lib_ignore = AsyncTCP ESP32NetBIOS - ESP32SSPD + ESP32SSDP [env:esp01s_160mhz_2_5_2] platform = espressif8266@2.2.0 @@ -109,4 +109,4 @@ upload_speed = 115200 lib_ignore = AsyncTCP ESP32NetBIOS - ESP32SSPD + ESP32SSDP