Fix typo in platformio

Thanks @ilko-k for pointing this out
This commit is contained in:
Luc 2024-03-22 10:23:30 +08:00
parent 2b5981b72d
commit 590626fb62

View File

@ -61,7 +61,7 @@ upload_speed = 115200
lib_ignore = lib_ignore =
AsyncTCP AsyncTCP
ESP32NetBIOS ESP32NetBIOS
ESP32SSPD ESP32SSDP
;https://github.com/platformio/platform-espressif8266/releases ;https://github.com/platformio/platform-espressif8266/releases
[env:esp01s_160mhz_2_7_4] [env:esp01s_160mhz_2_7_4]
@ -85,7 +85,7 @@ upload_speed = 115200
lib_ignore = lib_ignore =
AsyncTCP AsyncTCP
ESP32NetBIOS ESP32NetBIOS
ESP32SSPD ESP32SSDP
[env:esp01s_160mhz_2_5_2] [env:esp01s_160mhz_2_5_2]
platform = espressif8266@2.2.0 platform = espressif8266@2.2.0
@ -109,4 +109,4 @@ upload_speed = 115200
lib_ignore = lib_ignore =
AsyncTCP AsyncTCP
ESP32NetBIOS ESP32NetBIOS
ESP32SSPD ESP32SSDP