From 5053ad08dd4442e2908e23a4e69f6d34adff206d Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 6 Nov 2025 12:56:00 +0100 Subject: [PATCH] add comment --- src/ESP32React/APSettingsService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESP32React/APSettingsService.h b/src/ESP32React/APSettingsService.h index 3c76feeb5..67c9e03bf 100644 --- a/src/ESP32React/APSettingsService.h +++ b/src/ESP32React/APSettingsService.h @@ -58,7 +58,7 @@ enum APNetworkStatus { ACTIVE = 0, INACTIVE, LINGERING }; class APSettings { public: - uint8_t provisionMode; + uint8_t provisionMode; // 0 = on, 2 = off String ssid; String password; uint8_t channel;