skorokithakis / A6lib

An ESP8266/Arduino library for communicating with the A6 GSM module. ⛺
MIT License
127 stars 49 forks source link

Evolutions related to SMS handling and ESP8266 new env support #28

Open 1technophile opened 6 years ago

1technophile commented 6 years ago

Change the default storage to sim card instead of internal memory Stop the alimentation of the power button during power cycle, this alimentation doesn't need to be kept at high Add delete SMS function with flag optionso as to be able to delete all the SMS of the storage area set Adapt min max function to be compatible with ESP8266 env 2.4.1

skorokithakis commented 6 years ago

Thank you for your PR! This currently contains multiple separate pieces of functionality, would it be possible for you to break it into pieces so I can review each one separately? There are some I want to merge right away and some I want to discuss.

Thanks again!

1technophile commented 6 years ago

yes of course, I will divide it

skorokithakis commented 6 years ago

Thank you. I have committed the _min/_max changes to master, as that was pretty straightforward. I'll be looking forward to your PR for the rest, thanks!

skorokithakis commented 6 years ago

If you'd like to address the conflicts/comments, I can merge.