mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-10 05:59:08 -07:00
* fix: cli top blinking * feat: clear prompt on down key * feat: proper-er ansi escape sequence handling * ci: fix compact build error * Make PVS happy * style: remove magic numbers * style: review suggestions Co-authored-by: あく <alleteam@gmail.com>
7 lines
97 B
C
7 lines
97 B
C
#pragma once
|
|
|
|
#include <cli/cli.h>
|
|
#include <cli/cli_ansi.h>
|
|
|
|
void subghz_on_system_start(void);
|