File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ You can quickly and easily add this library to your project in PlatformIO by sim
3939
4040``` ini
4141lib_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```
Original file line number Diff line number Diff line change 11COMPONENT_ADD_INCLUDEDIRS := include
22COMPONENT_SRCDIRS := src
3- CXXFLAGS += -fno-rtti
3+ CXXFLAGS += -frtti
44CXXFLAGS += -DESPRESSIO_EVENT
55CXXFLAGS += -DESPRESSIO_EVENT_VERSION_MAJOR=0
66CXXFLAGS += -DESPRESSIO_EVENT_VERSION_MINOR=0
Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments