You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Get latest changes
git reset --hard
git pull --recurse-submodules
# Set DMESHTASTIC_EXCLUDE_REMOTEHARDWARE=0
./enableGPOIfirmware.sh
# apply other changes
git apply extra.patch
# Compile Firmware
pio run -e station-g2
# Copy Firmware to the remote server
scp ~/firmware/.pio/build/station-g2/firmware.factory.bin bbs@100.100.100.100:"~/meshfirmware/meshtastic_firmware/compiled"