Jelajahi Sumber

Update library.json

Change plattforms code to use the newer specifications instead of the old one. Old one will have problems in plattform.io with strict mode (https://community.platformio.org/t/library-asyncelegantota-header-from-lib-not-found/20959).
Freestila 4 tahun lalu
induk
melakukan
4123f41430
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      library.json

+ 1 - 1
library.json

@@ -17,5 +17,5 @@
   ],
   "version": "2.2.5",
   "frameworks": "arduino",
-  "platforms": "espressif"
+  "platforms": ["espressif8266", "espressif32"]
 }