Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_AWS_IOT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.18
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_AWS_IOT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.19
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    d742b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a9ba5 View commit details
    Browse the repository at this point in the history
  3. adds ssl to example code

    connecting to AWS MQTT without TLS may not be possible
    jersu11 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0fe53e5 View commit details
    Browse the repository at this point in the history
  4. added parameter documentation

    jersu11 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4ea8273 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. adding loop timeout gt zero

    if not set, loop() default timeout is zero and MQTT default loop() timeout is one, which will raise an MMQTTException.
    jersu11 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    b7a55b6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. aligning all examples with same mqtt client settings

    When 'is_ssl' is true in MQTT (as is required by AWS IoT), the MQTT port is automatically set to 8883.
    jersu11 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e9565b2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge pull request #27 from jersu11/main

    Update interface to match MQTT client
    justmobilize authored May 28, 2024
    Configuration menu
    Copy the full SHA
    64f1804 View commit details
    Browse the repository at this point in the history
Loading