From fb7d156ec12b20f7edd4763e9763dc81ab4c75b3 Mon Sep 17 00:00:00 2001 From: martin-ger Date: Thu, 6 Feb 2025 20:27:22 +0100 Subject: [PATCH] Update user_config.h Added NO_RF_CAL option --- user/user_config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user/user_config.h b/user/user_config.h index 79a8b9f..0276ba3 100644 --- a/user/user_config.h +++ b/user/user_config.h @@ -15,6 +15,11 @@ #define MAX_CLIENTS 8 #define MAX_DHCP 8 +// +// Set this to 1 if user_rf_cal_sector_set() is missing in your lib +// +#define NO_RF_CAL 0 + // // Size of the console buffers //