diff --git a/docs/Architecture.md b/docs/Architecture.md index e02d2ec..a8e3477 100644 --- a/docs/Architecture.md +++ b/docs/Architecture.md @@ -253,11 +253,6 @@ The system includes automatic WiFi fallback for robust operation: ```bash # API node IP for cluster management export API_NODE=192.168.1.100 - -# Cluster configuration -export CLUSTER_PORT=4210 -export DISCOVERY_INTERVAL=1000 -export HEALTH_CHECK_INTERVAL=1000 ``` ### PlatformIO Configuration