Block a user
TODO: Find out what values the delay option uses
Uses values from 0x00 till 0xfe it seems Every bit corresponds to 0,1 seconds
0x00 -> 0,0 0x01 -> 0,1 0x02 -> 0,2 0x0a -> 1,0
Optimise the sourcecode to have as little leaks as possible and free up memory [valgring]
A big focus should also be put on how to to free up cJSON data structures since those are causing almost all leaks currently within the code
Optimise the sourcecode to have as little leaks as possible and free up memory [valgrin
If no value within the config for "mod_keys" is selected the value 0xFF gets written to the firmware which is invalid
TODO: Find out what values the delay option uses