You've already forked meshtastic-pure-m5stack
mirror of
https://github.com/m5stack/meshtastic-pure-m5stack.git
synced 2026-05-20 11:42:48 -07:00
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo using amap tool to display memory map
|
|
amap .pio/build/output.map
|