Shows available RAM

This commit is contained in:
John Poole 2026-04-03 15:54:08 -07:00
commit ab37d32b6d
4 changed files with 176 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Exercise 15: RAM
This exercise shows available RAM on the console and on the OLED display on a T-Beam Supreme.
Behavior:
- Reports heap statistics every second over serial.
- Shows live heap status on the OLED display.
- Designed as the first step toward volatile /tmp RAM-backed storage.
Build and upload:
```bash
cd /usr/local/src/microreticulum/microReticulumTbeam/exercises/15_RAM
pio run -e amy -t upload
pio device monitor -b 115200
```