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

Commit 5138fe6

Browse files
committed
Fix for PlatformIO 5.0.3
1 parent 49c8b5a commit 5138fe6

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

library.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP8266 IoT Framework",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, configuration manager, file manager and OTA updates.",
55
"keywords": "esp8266,react,ota-updates,wifi-manager,https,file-manager",
66
"frameworks": "arduino",
@@ -70,7 +70,25 @@
7070
"export": {
7171
"exclude": [
7272
"node_modules",
73-
".vscode"
73+
".vscode",
74+
"scripts/__pycache__"
75+
],
76+
"include": [
77+
"*",
78+
".*",
79+
"*.*",
80+
".*.*",
81+
"src/*.*",
82+
"src/generated/*.*",
83+
"scripts/*.*",
84+
"gui/*.*",
85+
"gui/js/*.*",
86+
"gui/js/comp/*.*",
87+
"gui/js/functions/*.*",
88+
"examples/configManager/*.*",
89+
"examples/fetch/*.*",
90+
"examples/helloWorld/*.*",
91+
"examples/timeSync/*.*"
7492
]
7593
}
7694
}

0 commit comments

Comments
 (0)