Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Add builtin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maakbaas committed Nov 12, 2020
1 parent 9d36648 commit 8c12a29
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESP8266 IoT Framework",
"version": "1.3.2",
"version": "1.4.0",
"description": "Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, configuration manager, file manager and OTA updates.",
"keywords": "esp8266,react,ota-updates,wifi-manager,https,file-manager",
"frameworks": "arduino",
Expand All @@ -16,6 +16,21 @@
},
{
"name": "ArduinoJson"
},
{
"name": "ESP8266WiFi"
},
{
"name": "ESP8266HTTPClient"
},
{
"name": "DNSServer"
},
{
"name": "EEPROM"
},
{
"name": "LittleFS(esp8266)"
}
],
"build": {
Expand Down

0 comments on commit 8c12a29

Please sign in to comment.