Closed vallettea closed 5 years ago
Hello,
I'm a bit confused because I want to run this lib with an esp32 and i'm not sure it's compatible because when i add
if (myArm.Init(&Serial) != ARM_ERR_NONE) ESP_LOGI(TAG, "sigfox ok");
in my setup, i breaks the serial as i get only NULNUL.....
yes it works
Hello,
I'm a bit confused because I want to run this lib with an esp32 and i'm not sure it's compatible because when i add
in my setup, i breaks the serial as i get only NULNUL.....