LoRa.print(rx_String);
u8x8.drawString(0, 3, rx_String);
Should these be rx_str instead of rx_String as the example code you supplied does not define rx_String anywhere.
LoRa.print(rx_String);
u8x8.drawString(0, 3, rx_String);
Should these be rx_str instead of rx_String as the example code you supplied does not define rx_String anywhere.