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