adafruit / Adafruit_CircuitPython_PyPortal

CircuitPython driver for Adafruit PyPortal.
MIT License
45 stars 56 forks source link

Added missing value extractor #103

Closed makermelissa closed 3 years ago

makermelissa commented 3 years ago

The Tide Viewer code was failing because it was not properly having the values extracted. Tested with Tides Viewer and Open Weather demos.

caternuson commented 3 years ago

Thanks. Tested and fixes issue from here: https://forums.adafruit.com/viewtopic.php?f=60&t=174180#p849861 The other ones earlier in that thread were fixed with: https://github.com/adafruit/Adafruit_Learning_System_Guides/pull/1421