Add exponential backoff to logging

This commit is contained in:
2024-11-12 19:22:55 +08:00
parent 351d600eba
commit 797689ae27
2 changed files with 47 additions and 11 deletions
+2
View File
@@ -2,6 +2,8 @@
#ifndef LOG_H
#define LOG_H
#define LOG_MAX_REPEAT 5
typedef enum {
LOG_INFO,
LOG_WARNING,