-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example "MinimalModemNBIOTExample" not working, compilation error #81
Comments
SOLVED: Install libraries as per instructions ("Copy all the folders in the LilyGo-T-SIM7080G/lib directory to <C:\Users\UserName\Documents\Arduino\libraries>. "). |
@lewisxhe could you please try to replicate the following? If I copy all the libraries in the "lib" folder of this repository to my libraries folder the "MinimalModemNBIOTExample.ino" sketch complies fine. However, if I update my libraries I get the error error: 'RegStatus' was not declared in this scope; did you mean 'SimStatus'? As far as I saw within the TinyGSM library it now has added functionality for the SIM7080 modem. It would imo be great if the sketch could be updated accordingly, many thanks! |
Already updated, but not sure if other features will be affected. |
I'm trying to compile the example MinimalModemNBIOTExample and have set my APN in line 68, the only change to the code. I get a compilation error in Arduino IDE 2.3.3 as follows:
error: 'RegStatus' was not declared in this scope; did you mean 'SimStatus'?
Thank you for your help!
The text was updated successfully, but these errors were encountered: