Procházet zdrojové kódy

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 před 4 roky
rodič
revize
4123f41430
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      library.json

+ 1 - 1
library.json

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