Move AP credentials to config and clarify STA UI access

This commit is contained in:
2026-02-02 00:23:52 +01:00
parent f3af5b3f1c
commit d32ae30014
3 changed files with 7 additions and 4 deletions

View File

@@ -78,6 +78,8 @@ constexpr bool SERIAL_DEBUG_DUMP_JSON = false;
constexpr bool LORA_SEND_BYPASS = false;
constexpr bool ENABLE_SD_LOGGING = false;
constexpr uint8_t PIN_SD_CS = 25;
constexpr const char *AP_SSID_PREFIX = "DD3-Bridge-";
constexpr const char *AP_PASSWORD = "changeme123";
constexpr uint8_t NUM_SENDERS = 1;
inline constexpr uint16_t EXPECTED_SENDER_IDS[NUM_SENDERS] = {