So I am trying to make a program that will send a notification to another LoRa module when the geophone is disturbed. I am using two heltec LoRa32 (V2)'s as my micro controller/Lora modules. I have an Adafruit ADS1115 that im using as an amplifier to get a more precise analog read on pin 36. everything is wired correctly (I tested out the example comparator sketch to test the geophone. I get accurate readings that I monitor in the serial monitor) I also did an initial test of the two LoRa modules and was able to send the standard "hello" messages with a counter from the "sender" board to the "Receiver" board. I am having an issue combining the programs together. The program continues to crash when I Utilize the simple If statement to get the LoRa module to sent the same "hello" when the geophone is disturbed.