Skip to content

Commit

Permalink
Fix typo in platformio
Browse files Browse the repository at this point in the history
Thanks @ilko-k for pointing this out
  • Loading branch information
luc-github committed Mar 22, 2024
1 parent 2b5981b commit 590626f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -85,7 +85,7 @@ upload_speed = 115200
lib_ignore =
AsyncTCP
ESP32NetBIOS
ESP32SSPD
ESP32SSDP

[env:esp01s_160mhz_2_5_2]
platform = espressif8266@2.2.0
Expand All @@ -109,4 +109,4 @@ upload_speed = 115200
lib_ignore =
AsyncTCP
ESP32NetBIOS
ESP32SSPD
ESP32SSDP

0 comments on commit 590626f

Please sign in to comment.