Skip to content

Conversation

@brentru
Copy link
Member

@brentru brentru commented May 5, 2020

This release adds:

Compatibility

  • with CircuitPython_MiniMQTT, CircuitPython_Requests

Methods

  • reset: performs a hardware reset on the modem
  • factory_reset: factory reset modem
  • icccid: rets. sim card's iccid number
  • unpretty_ip

Modules

  • adafruit_fona_gsm: Class for interfacing with 2G GSM modems (FONA808+GPS),
    • Simpler user-code for attaching to, bringing up, and disconnecting GSM modem.
    • Network connection and error handling is now handled from user-code instead of within the module (polling similar to ESP32SPI's wifimanager)

Examples have been modified to reflect the release.

NOTE: This release does not support TCP client connections over SSL.

@brentru
Copy link
Member Author

brentru commented May 6, 2020

0a194ec Added function uart_write to perform uart write with optional debug that prints the buffer before sending, readline performs uart read with optional print debug, cleaned up extra debugging statements.

@brentru
Copy link
Member Author

brentru commented May 6, 2020

@ladyada this is ready for another review, going to leave SSL out for now...

@brentru brentru merged commit 679b7ed into adafruit:master May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants