loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
831 stars 344 forks source link

gsm library #341

Open tadejales opened 1 year ago

tadejales commented 1 year ago

Hello,

I am wondering if gsm library is avaliable as standalone module that can be used on another firmware. I have a problem as I want to also use esp-now cuminication with client devices, that will acquire data and send it to master device that will have sim card and send the data over MQTT. So I would just need gsm library to access those functions on T-Call v1.4. I am not able to find it in this repo. Am I missing something?