Is your feature request related to a problem? Please describe.
Currently, programs are only downloaded to program slot #0.
See also a comment in the code:
const programNumber = 0; // TODO: make program slot selectable
let success = await downloadProgram(programNumber, rcxBinary);
Describe the solution you'd like
A UI element to select the program slot when (or before) requesting a program download.