mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Merge branch 'master' of https://github.com/furrtek/portapack-havoc
This commit is contained in:
commit
bbb5dc3c12
@ -102,12 +102,12 @@ void poll_ext_clock() {
|
||||
auto clkin_status = clock_generator.clkin_status();
|
||||
|
||||
if (clkin_status != prev_clkin_status) {
|
||||
prev_clkin_status = clkin_status;
|
||||
StatusRefreshMessage message { };
|
||||
EventDispatcher::send_message(message);
|
||||
clock_manager.init();
|
||||
}
|
||||
|
||||
prev_clkin_status = clkin_status;
|
||||
}
|
||||
|
||||
class Power {
|
||||
|
@ -4,7 +4,7 @@ World_map.bin is required if you want to use the world map view in some apps. It
|
||||
|
||||
Since Github doesn't allow uploading such large files, you must generate it yourself from the provided jpg file.
|
||||
|
||||
1. Make sur that `world_map.jpg` is in `/sdcard/ADSB`.
|
||||
1. Make sure that `world_map.jpg` is in `/sdcard/ADSB`.
|
||||
1. Go in `/firmware/tools`.
|
||||
1. Run 'python adsb_map.py'. Give it some time.
|
||||
1. `world_map.bin` should appear ! Leave it in the ADSB directory.
|
||||
|
Loading…
Reference in New Issue
Block a user