mirror of
				https://github.com/luc-github/ESP3D.git
				synced 2025-10-24 11:50:52 -07:00 
			
		
		
		
	Fix typo in platformio
Thanks @ilko-k for pointing this out
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user