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.
Developing with the Sming framework can also be done in CLion.
app
application.cpp
CMakeLists.txt
## Edit CMakeLists.txt
include_directories("/opt/Sming/Sming") include_directories("/opt/Sming/Sming/Libraries") include_directories("/opt/Sming/Sming/system/include") include_directories("/opt/esp-open-sdk/sdk/include") set(SOURCE_FILES app/application.cpp) add_executable(Pathfinder ${SOURCE_FILES})
make && make flash