This user has no status.
Member
I added slight modifications to the webclient:
@plunder
- simple drills with no variations (one ball definition per line), no pause (set to 0) and not more than 9 balls will be handled by the bot itself (so in these simple drills no more stops showing two blue lights, no small hiccup between stopping after the first 9 balls before the client manages to send the next 9, same as the behaviour of the vendor app by Pongbot just with up to 9 balls)
- show grey buttons, if they are deactivated
- add button to remove the pause time, if set (manually changing to 0 was a hassle imho)
- the balls drills can be written with commas or spaces as separator, might be easier to read, see the example definition below
- there can be comments per line: starts with the semikolon character, ignores everything remaining in this line
Code:
500 4000 -50 6 0 1
1000, 4000, 20, 10, 30, 1 | 5000, 700, 40, -10, 20, 1 ; either fh or bh drive
4000 700 100 2 20 1
@plunder
- id01 What is the rationale here? I'm not sure I understand what you are trying to achieve? If you want to experiment with a ball definition, I suggest you duplicate the line, add ; as a comment character in front so you have a backup and change the values in the copied line, see the example below
- id02 added semikolon (used in my preferred programming language as a starting character for a comment extendend up to the end of a line
- id03 Not sure yet what is the best way forward for curating drills, ease of use, switching quickly, sharing drills etc. I would like to keep the client as small as possible for now.
Code:
500 4000 -50 6 0 1
1000, 4000, 20, 10, 30, 1 | 999, 700, 40, -10, 20, 1 ; either fh or bh drive
;;;; 1000, 4000, 20, 10, 30, 1 | 999, 700, 40, -10, 20, 1 ; either fh or bh drive
4000 700 100 2 20 1