We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65fd88 commit eb8b251Copy full SHA for eb8b251
README.md
@@ -39,7 +39,6 @@ You can quickly and easily add this library to your project in PlatformIO by sim
39
40
```ini
41
lib_deps =
42
- https://github.com/Flowduino/ESPressio-Base.git
43
https://github.com/Flowduino/ESPressio-Observable.git
44
```
45
library.json
@@ -14,12 +14,5 @@
14
"license": "Apache-2.0",
15
"frameworks": "arduino",
16
"platforms": "*",
17
- "dependencies": [
18
- {
19
- "name": "Flowduino ESPressio-Base",
20
- "version": "0.0.1",
21
- "url": "https://github.com/Flowduino/ESPressio-Base.git",
22
- "platforms": "*"
23
- }
24
- ]
+ "dependencies": []
25
}
0 commit comments