What happen
Luacontroller overheats when the receiver send information on "get" command, due to too much information is send over a short amount of time.
How to reproduce
Include this line of code in the luacontroller program:
digiline_send('ham_radio_receiver', { command = 'get' })
Screenshot


What happen
Luacontroller overheats when the receiver send information on "get" command, due to too much information is send over a short amount of time.
How to reproduce
Include this line of code in the luacontroller program:
digiline_send('ham_radio_receiver', { command = 'get' })Screenshot