File tree Expand file tree Collapse file tree 4 files changed +2
-9
lines changed
Expand file tree Collapse file tree 4 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ set(COMPONENT_ADD_INCLUDEDIRS
99register_component()
1010
1111target_compile_definitions (${COMPONENT_TARGET} PUBLIC -DESP32)
12- target_compile_options (${COMPONENT_TARGET} PRIVATE -fno-rtti )
12+ target_compile_options (${COMPONENT_TARGET} PRIVATE -frtti )
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ You can quickly and easily add this library to your project in PlatformIO by sim
4848
4949``` ini
5050lib_deps =
51- https://github.com/Flowduino/ESPressio-Base.git
5251 https://github.com/Flowduino/ESPressio-Threads.git
5352```
5453
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_THREADS
55CXXFLAGS += -DESPRESSIO_THREADS_VERSION_MAJOR=0
66CXXFLAGS += -DESPRESSIO_THREADS_VERSION_MINOR=0
Original file line number Diff line number Diff line change 1515 "frameworks" : " arduino" ,
1616 "platforms" : " espressif32,espressif8266" ,
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}
You can’t perform that action at this time.
0 commit comments