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

Commit

Permalink
Fix for PlatformIO 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maakbaas committed Nov 13, 2020
1 parent 49c8b5a commit 5138fe6
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESP8266 IoT Framework",
"version": "1.4.0",
"version": "1.5.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 Down Expand Up @@ -70,7 +70,25 @@
"export": {
"exclude": [
"node_modules",
".vscode"
".vscode",
"scripts/__pycache__"
],
"include": [
"*",
".*",
"*.*",
".*.*",
"src/*.*",
"src/generated/*.*",
"scripts/*.*",
"gui/*.*",
"gui/js/*.*",
"gui/js/comp/*.*",
"gui/js/functions/*.*",
"examples/configManager/*.*",
"examples/fetch/*.*",
"examples/helloWorld/*.*",
"examples/timeSync/*.*"
]
}
}

0 comments on commit 5138fe6

Please sign in to comment.