mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-07-30 04:22:00 +08:00
Fix missing defined
This commit is contained in:
parent
0057961497
commit
0fc374bb16
@ -880,7 +880,7 @@ bool ESP3DCommands::dispatchSetting(bool json, const char *filter,
|
||||
break;
|
||||
default: // String
|
||||
if (index == ESP_STA_PASSWORD || index == ESP_AP_PASSWORD ||
|
||||
#if ESP3D_NOTIFICATIONS_FEATURE
|
||||
#if defined (ESP3D_NOTIFICATIONS_FEATURE)
|
||||
index == ESP_NOTIFICATION_TOKEN1 ||
|
||||
index == ESP_NOTIFICATION_TOKEN2 ||
|
||||
#endif // ESP3D_NOTIFICATIONS_FEATURE
|
||||
|
Loading…
x
Reference in New Issue
Block a user