For adapting the rate limiter, a new AT command needs to be implemented.
But in general, I would prefer to use a general AT command, which is used to send arbitrary commands to an addon board.
Suggestion: AT BC <command (according to asterics/esp32_mouse_keyboard#39
e.g., AT BC $RL80 sets the rate limiter of the esp32 addon to 80ms.
In general, these commands can/should be:
- sent from the GUI
- sent from a WebGUI
- stored in the EEPROM (we should agree on a procedure how an array of external commands can be saved in EEPROM).