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

When Adding so many elements into Properties, not all get added. #33

Closed braydenanderson2014 closed 11 months ago

braydenanderson2014 commented 11 months ago

Describe the Issue If using a for loop to add elements to the Properties, Errors get thrown once the list is so big. Library Name and Version: Name: Simple Properties. Version: 1.0.6

Environment:

Library Source:

Expected Behavior All Elements should get added with no problems.

Actual Behavior List starts returning an error.

To Reproduce Steps to reproduce the behavior:

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

Error Message & Code Snippet [ERROR]:


// 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 seems to be a memory constraint for the Uno. When using a Simulated Mega, the table resizes perfectly and has no problems. All elements get added with no problems. Cap on uno seems to be about 86 elements.