Skip to content

Commit

Permalink
rm build ota dep for serve-ota
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjperez committed Dec 19, 2024
1 parent c4704a7 commit b4e8120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ build-esp32-ota:
-Zbuild-std=std,panic_abort --release \
target/xtensa-esp32-espidf/micro-rdk-server-esp32-ota.bin

serve-ota: build-esp32-ota
serve-ota:
cargo r --package ota-dev-server

flash-esp32-bin:
Expand Down

0 comments on commit b4e8120

Please sign in to comment.