mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-05-08 06:14:55 +02:00
profiler debug
This commit is contained in:
@@ -675,8 +675,6 @@ void loop(void)
|
||||
loop_time = millis() - loop_start;
|
||||
|
||||
#ifdef PRINT_PROFILE_TIME
|
||||
#ifdef PRINT_DEBUG
|
||||
Serial.printf("LOOP: %lld ms; SCAN: %lld ms;\n ", loop_time, scan_time);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user