Add memory debugging plotter and update requirements

- Implement a Python script to visualize free heap memory over time.
- Add serial port selection for connecting to the device.
- Update requirements.txt to include necessary libraries.
- Log free heap memory in the main application loop for monitoring.
This commit is contained in:
RaffaelW 2025-07-21 16:12:31 +02:00
parent b3468b4f01
commit 511aa221be
3 changed files with 81 additions and 0 deletions

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
matplotlib
pyserial