Ver Fonte

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 há 4 anos atrás
pai
commit
4123f41430
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      library.json

+ 1 - 1
library.json

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