braydenanderson2014 / C-Arduino-Libraries

This repository contains C++ and Arduino Libraries that are lightweight and easy to use. All libraries were created/mimicked by me and chatgpt.
Apache License 2.0
13 stars 0 forks source link

Key and Value Iterator returning blank or garbled data #13

Closed braydenanderson2014 closed 11 months ago

braydenanderson2014 commented 11 months ago

Describe the Issue Iterators returning blank or garbled data.

Library Name and Version: Name: Simple Properties Version: 1.0.3

Environment:

Library Source:

Expected Behavior Key iterator should return the keys in the Hashtable Value iterator should return the values in the Hashtable.

Actual Behavior key and value iterators returning blank data, or squares. (this is using Arduino simulators. Will be confirming issue with actual arduino

To Reproduce Steps to reproduce the behavior:

  1. Include library '...'
  2. Initialize the library '...'
  3. See error

Error Message & Code Snippet No Error Messages


// Your code that triggers the error
Screenshots
If applicable, add screenshots to help explain your problem.

Additional Context
Add any other context about the problem here.

<!-- End of the issue report template. -->
braydenanderson2014 commented 11 months ago

Issue patched in latest Github release. Issue will be patched in next Platformio Release soon.