Home › Forums › Mayfly Data Logger › Debug flags for modem comms › Reply To: Debug flags for modem comms
2020-01-17 at 12:45 PM
#13682
You are exactly 1 commit behind for TinyGSM. Try again. Have you maybe installed TinyGSM to your “global” library registry instead of your local one? You might need to do a “pio lib -g update” (-g flag for global). Otherwise you can navigate directly to into the folder and use git to update: cd .pio\libdeps\mayfly\TinyGSM
followed by
git pull
.