diff --git a/components/ratgdo/common.h b/components/ratgdo/common.h index e6571b5..1926c22 100644 --- a/components/ratgdo/common.h +++ b/components/ratgdo/common.h @@ -1,4 +1,4 @@ #pragma once -#define ESP_LOG1 ESP_LOGV -#define ESP_LOG2 ESP_LOGV \ No newline at end of file +#define ESP_LOG1 ESP_LOGD +#define ESP_LOG2 ESP_LOGD \ No newline at end of file