Quellcode durchsuchen

Fix platform version

Christopher Mullins vor 7 Jahren
Ursprung
Commit
d185f69489
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      platformio.ini

+ 1 - 1
platformio.ini

@@ -10,7 +10,7 @@
 
 [common]
 framework = arduino
-platform = https://github.com/platformio/platform-espressif8266.git
+platform = espressif8266@~1.8.0
 board_f_cpu = 160000000L
 lib_deps_builtin =
   SPI