Skip to content
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

Update minimqtt_adafruitio_native_networking.py #229

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

manchicken
Copy link
Contributor

The newer versions of the miniMQTT library seem to break when you put the whole key for the feed in there. foo/feed/group.feed no longer works ( this breaks it ), but instead it needs to be just group.feed.

The newer versions of the miniMQTT library seem to break when  you put the whole key for the feed in there. `foo/feed/group.feed` no longer works ( [this breaks it](/~https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/blob/ece3e396ccb5504558f6b11423a96d06a6dfb5c9/adafruit_io/adafruit_io.py#L43-L54) ), but instead it needs to be just `group.feed`.
@dhalbert dhalbert requested a review from brentru January 2, 2025 15:24
@dhalbert
Copy link
Contributor

dhalbert commented Jan 2, 2025

@brentru This I am unsure about. Could you review? I can include it in the release for the send fix.

Copy link
Member

@brentru brentru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@brentru
Copy link
Member

brentru commented Jan 2, 2025

@dhalbert Changes in the PR look good to me, good idea w/ merging to release with the send fix.

@dhalbert dhalbert merged commit e834919 into adafruit:main Jan 2, 2025
1 check passed
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Jan 3, 2025
Updating /~https://github.com/adafruit/Adafruit_CircuitPython_MLX90393 to 2.3.1 from 2.3.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_MLX90393#45 from FoamyGuy/reset_sleep_ms

Updating /~https://github.com/adafruit/Adafruit_CircuitPython_MPRLS to 1.2.20 from 1.2.19:
  > Merge pull request adafruit/Adafruit_CircuitPython_MPRLS#20 from FoamyGuy/type_annotations

Updating /~https://github.com/adafruit/Adafruit_CircuitPython_PCF8575 to 1.0.7 from 1.0.6:
  > Merge pull request adafruit/Adafruit_CircuitPython_PCF8575#8 from FoamyGuy/value_return_bool

Updating /~https://github.com/adafruit/Adafruit_CircuitPython_VL6180X to 1.4.15 from 1.4.14:
  > Merge pull request adafruit/Adafruit_CircuitPython_VL6180X#34 from FoamyGuy/min_delay_continuous

Updating /~https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 7.11.0 from 7.10.5:
  > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#232 from vladak/send_bytes_eagain
  > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#226 from vladak/connect_session_id
  > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#229 from manchicken/patch-1
  > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#231 from dhalbert/partial-send
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.

3 participants