Deprecated
#Client
#Development
- Fork the package .
- Clone the newly forked repository.
1git clone https://github.com/<githubusername>/cpp-client
- Next, we move into the cloned directory.
1cd cpp-client
- Build the package using CMake.
1mkdir build && cd build2cmake -DUNIT_TEST=ON ..3cmake --build .
- Now we can run the tests to see if everything is running as it should.
1./test/ark_cpp_client_tests
#ESP32 (PlatformIO)
1pio run -e esp32 -d test/ -t upload
Last updated 3 years ago
Edit Page