Skip to content

Specify include for the library manager

Compare
Choose a tag to compare
@SRGDamia1 SRGDamia1 released this 23 Jul 21:45
· 244 commits to master since this release

New Features

  • specify that only TinyGsmClient.h should be included by the Arduino IDE when using that IDE's "Include library" command
  • SIM7500/7600/7800 - added setGNSSMode(uint8_t mode,bool dpo) and setGNSSMode() (#405 from lewis he)
  • SequansMonarch - specifically deactivate all contexts on disconnecting from network

Improvements

  • fix internally used streamGetLength functions (#386 from https://github.com/adrianca88)
  • SIM7000 - accept SMS Ready as an indication that the module is ready and decreased reboot time.