botletics / Botletics-SIM7000

Arduino library repo for the Botletics SIM7000 Shield
https://www.botletics.com/products/sim7000-shield
GNU General Public License v3.0
19 stars 9 forks source link

Rename Adafruit fona --> botletics modem throughout. #6

Closed bendory closed 1 year ago

bendory commented 1 year ago

Note: there are 2 remaining references to Adafruit_FONA due to .h inclusions.

botletics commented 1 year ago

Only thing I could find so far is that line 31 in BotleticsSIM7000.h should be `#include "includes/platform/ModemPlatform.h" referred to the wrong file name. I changed it to refer to "Modem.h". Should it be "ModemStd.h" though?

bendory commented 1 year ago

Only thing I could find so far is that line 31 in BotleticsSIM7000.h should be `#include "includes/platform/ModemPlatform.h" referred to the wrong file name. I changed it to refer to "Modem.h". Should it be "ModemStd.h" though?

Concur with Modem.h -- sorry that I missed this!