Sometimes a wrong channel number is created for the channel to set the ADC value for. The std exception around the call
payload.fake_adc_pattern(channel);
is not caught and the application crashes.
To be fixed:
1) only valid channel numbers shall be generated
2) in any case the exception shall be caught
Sometimes a wrong channel number is created for the channel to set the ADC value for. The std exception around the call payload.fake_adc_pattern(channel); is not caught and the application crashes. To be fixed: 1) only valid channel numbers shall be generated 2) in any case the exception shall be caught