Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
adding target fore due_stage2_heater
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLRead committed Sep 13, 2023
1 parent b586765 commit e4b4336
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,12 @@ run_monitor:
cd firmware \
&& pio device monitor --filter=direct --baud=115200


oedcs:
cd firmware \
&& pio run -e due_ribbonfish -t upload \
&& pio device monitor --filter=direct --baud=115200

stage2:
cd firmware \
&& pio run -e due_stage2_heater -t upload \
&& pio device monitor --filter=direct --baud=115200

0 comments on commit e4b4336

Please sign in to comment.