Skip to content

Commit

Permalink
Fixed for construction script
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewman-gpsw committed Nov 26, 2024
1 parent 3fa01c5 commit ce023c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/control/construction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function timeLoop()
//cmd = "mPdP>" + stxt + "<" + etxt + "!" + interval + "SQ~" + "!" + rtxt + "S!1R";

//New Style: mPdP!S<11:09!11:00R>17:00!11:00R!105RQ (bypassing a bug handling >time1<time2(true)~(false))
cmd = "mPdP!S!N<" + stxt + "!" + rtxt + "R>" + etxt + "!" + rtxt + "R!" + interval + "RQ";
cmd = "mPdP!S!2N<" + stxt + "!" + rtxt + "R>" + etxt + "!" + rtxt + "R!" + interval + "RQ";
}

qrcode.clear();
Expand Down

0 comments on commit ce023c0

Please sign in to comment.