@dukenukke M5Stack library contains an error in LoRaWan.cpp the definition of first element of array: const char *physTypeStr[10] = {"EU434", "EU868".... should be like this: const char *physTypeStr[10] = {"EU433", "EU868".... Since module RHF76 doesn't understand command like AT+DR=EU434