mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-08 09:52:48 +02:00
add more
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#ifndef _OSD_H_
|
||||
#define _OSD_H_
|
||||
extern void osd_spectrum();
|
||||
extern void osdPrintSignalLevelChart(int col, int signal_value);
|
||||
extern unsigned short selectFreqChar(int bin, int start_level = 0);
|
||||
#endif
|
||||
+2
-2
@@ -13,8 +13,8 @@
|
||||
#define MINOR_TICKS 5
|
||||
|
||||
#define ONE_MILLISEC 1
|
||||
#define ONE_SEC 1000
|
||||
#define ONE_MINUTE 60 * 1000
|
||||
#define ONE_SEC_MIL 1000
|
||||
#define ONE_MINUTE_MIL 60 * 1000
|
||||
|
||||
#define MAJOR_TICK_LENGTH 2
|
||||
#define MINOR_TICK_LENGTH 1
|
||||
|
||||
Reference in New Issue
Block a user