mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-07 05:47:38 +00:00
444bfa1578
* Added Hampton Bay fan on and off. * Add Chicago Police citywide freqs * Add NOAA Weather Radio Frequencies * Add CB channels 1-20 Credit to Pyr3x for this one * Rename sdcard/NOAAWEATHER.TXT to sdcard/FREQMAN/NOAAWEATHER.TXT Oops * Update NOAAWEATHER.TXT * Add CB channels 21-40 Credit to unixpunk for this file
How to generate world_map.bin
World_map.bin is required if you want to use the world map view in some apps. It's 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 ! Leave it in the ADSB directory.