Skip to content

Commit 590626f

Browse files
committed
Fix typo in platformio
Thanks @ilko-k for pointing this out
1 parent 2b5981b commit 590626f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platformio.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ upload_speed = 115200
6161
lib_ignore =
6262
AsyncTCP
6363
ESP32NetBIOS
64-
ESP32SSPD
64+
ESP32SSDP
6565

6666
;https://github.com/platformio/platform-espressif8266/releases
6767
[env:esp01s_160mhz_2_7_4]
@@ -85,7 +85,7 @@ upload_speed = 115200
8585
lib_ignore =
8686
AsyncTCP
8787
ESP32NetBIOS
88-
ESP32SSPD
88+
ESP32SSDP
8989

9090
[env:esp01s_160mhz_2_5_2]
9191
@@ -109,4 +109,4 @@ upload_speed = 115200
109109
lib_ignore =
110110
AsyncTCP
111111
ESP32NetBIOS
112-
ESP32SSPD
112+
ESP32SSDP

0 commit comments

Comments
 (0)