# Copy to .deploy.env and edit for your LattePanda. .deploy.env is git-ignored # and is not rsync'd to the device. REMOTE_HOST=ggs@10.11.12.111 # ssh target (host or user@host) REMOTE_DIR=/home/ggs/projects/fwt_2a/software # where the project is rsync'd on the LattePanda # CMake configure flags. The LattePanda has the gimbal + camera, so both real # backends are built in. Drop -DWITH_VIMBA=ON to build mock-camera only. CMAKE_ARGS="-DWITH_MQTT=ON -DWITH_VIMBA=ON" # Args passed to the binary by `./deploy.sh --run`. RUN_ARGS="--start" # Optional overrides: # BUILD_JOBS=4 # parallel build jobs (default: remote nproc) # REMOTE_CMAKE=/usr/bin/cmake # if cmake isn't on the non-interactive ssh PATH