mirror of
				https://github.com/luc-github/ESP3D.git
				synced 2025-10-24 11:50:52 -07:00 
			
		
		
		
	Fix typo in platformio thank @ilko-k to pointing this out
This commit is contained in:
		| @@ -245,7 +245,7 @@ build_flags = | ||||
| upload_speed = 115200 | ||||
| extra_scripts = pre:platformIO/extra_script.py | ||||
| lib_ignore =  | ||||
|     ESP32SSPD | ||||
|     ESP32SSDP | ||||
|  | ||||
| [env:esp01s_160mhz] | ||||
| platform = espressif8266@4.1.0 | ||||
| @@ -270,7 +270,7 @@ build_flags = | ||||
| upload_speed = 115200 | ||||
| extra_scripts = pre:platformIO/extra_script.py | ||||
| lib_ignore =  | ||||
|     ESP32SSPD | ||||
|     ESP32SSDP | ||||
|  | ||||
| [env:esp8285] | ||||
| platform = espressif8266@4.1.0 | ||||
| @@ -295,4 +295,4 @@ build_flags = | ||||
| upload_speed = 115200 | ||||
| extra_scripts = pre:platformIO/extra_script.py | ||||
| lib_ignore =  | ||||
|     ESP32SSPD | ||||
|     ESP32SSDP | ||||
|   | ||||
		Reference in New Issue
	
	Block a user