Skip to content

Commit

Permalink
update OTA server
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Dec 1, 2023
1 parent f917daa commit efb078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ upload() {
local env=$1
local file=$2

rsync $PWD/.pio/build/$env/firmware.bin root@multivax.lan:/raid/srv/fd-ota/$env/$file
rsync -P $PWD/.pio/build/$env/firmware.bin root@esp.vehq.ru:/data/fd-ota/$env/$file
}

upload elehant fw.bin

0 comments on commit efb078b

Please sign in to comment.