atim-radiocommunications / armapi

API for ARM module
MIT License
7 stars 18 forks source link

is this lib compatible with esp32 ? #16

Closed vallettea closed 5 years ago

vallettea commented 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.....

vallettea commented 5 years ago

yes it works