Skip to content

Commit 81f9652

Browse files
committed
Removed depdency on the now-defunct "Base" library
1 parent 8e4f747 commit 81f9652

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ You can quickly and easily add this library to your project in PlatformIO by sim
3939

4040
```ini
4141
lib_deps =
42-
https://github.com/Flowduino/ESPressio-Base.git
4342
https://github.com/Flowduino/ESPressio-Threads.git
4443
https://github.com/Flowduino/ESPressio-Event.git
4544
```

component.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
COMPONENT_ADD_INCLUDEDIRS := include
22
COMPONENT_SRCDIRS := src
3-
CXXFLAGS += -fno-rtti
3+
CXXFLAGS += -frtti
44
CXXFLAGS += -DESPRESSIO_EVENT
55
CXXFLAGS += -DESPRESSIO_EVENT_VERSION_MAJOR=0
66
CXXFLAGS += -DESPRESSIO_EVENT_VERSION_MINOR=0

library.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@
1515
"frameworks": "arduino",
1616
"platforms": "*",
1717
"dependencies": [
18-
{
19-
"name": "Flowduino ESPressio-Base",
20-
"version": "0.0.1",
21-
"url": "https://github.com/Flowduino/ESPressio-Base.git",
22-
"platforms": "*"
23-
},
2418
{
2519
"name": "Flowduino ESPressio-Threads",
2620
"version": "0.0.1",
27-
"url": "https://github.com/Flowduino/ESPressio-Base.git",
21+
"url": "https://github.com/Flowduino/ESPressio-Threads.git",
2822
"platforms": "espressif32,espressif8266"
2923
}
3024
]

0 commit comments

Comments
 (0)