Explorar o código

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 %!s(int64=4) %!d(string=hai) anos
pai
achega
4123f41430
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      library.json

+ 1 - 1
library.json

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