theAgingApprentice / HexaFloorRide

Arduino based six legged robot project
MIT License
0 stars 0 forks source link

macro repetition count sometimes ignored #238

Closed nerdoug closed 3 months ago

nerdoug commented 3 months ago

flow command: send("flow,1,dm,c,2") should result in macro C being executed twice, but in some circumstances (macro-demo script in particular) it only executes once.

nerdoug commented 3 months ago

semicolon after else command seems to alter logic flow. removed it and everything works.