mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
3d2dacaf29
Made MenuView use less widgets, hopefully preventing crashes with large lists Fixed M10 sonde crash on packet receive Updated about screen Updated binary |
||
---|---|---|
.. | ||
ADSB | ||
FREQMAN | ||
NUMBERS | ||
SSTV | ||
README.md |
How to generate world_map.bin
World_map.bin is a huge (~450MB) raw image file in a format that can be easily rendered by the PortaPack. Since Github doesn't allow uploading such large files, you must generate it yourself from the provided jpg file.
- Make sur that
world_map.jpg
is in/sdcard/ADSB
. - Go in
/firmware/tools
. - Run 'python adsb_map.py'. Give it some time.
world_map.bin
should appear !