Issue: change pin ADC stop software
Setup: private board with RAK4260-LoRaNode-demo-master firmware
Details: When i load the not modified firmware, all works fine. I send data (temperature) and go to sleep mode. I do this as many times as I want, no problem. But i try change the input pin of ADC (conf_adc.positive_input = ADC_POSITIVE_INPUT_TEMP) to ADC_POSITIVE_INPUT_PIN17. I can send data and go to sleep mode, once, it works, but if I send data again, the software hangs and on the serial port it says “Tx Data Sent” but that’s it, I get anyway these last data on my LoRa server.