mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-05-03 20:12:51 +02:00
Set defines to how it was before
This commit is contained in:
@@ -205,7 +205,7 @@ bool single_page_scan = false;
|
||||
bool SOUND_ON = false;
|
||||
|
||||
// #define PRINT_DEBUG
|
||||
// #define PRINT_PROFILE_TIME
|
||||
#define PRINT_PROFILE_TIME
|
||||
|
||||
#ifdef PRINT_PROFILE_TIME
|
||||
uint64_t loop_start = 0;
|
||||
@@ -215,7 +215,7 @@ uint64_t scan_start_time = 0;
|
||||
#endif
|
||||
|
||||
// log data via serial console, JSON format:
|
||||
#define LOG_DATA_JSON true
|
||||
// #define LOG_DATA_JSON true
|
||||
int LOG_DATA_JSON_INTERVAL = 100;
|
||||
|
||||
uint64_t x, y, range_item, w = WATERFALL_START, i = 0;
|
||||
|
||||
Reference in New Issue
Block a user