[wifi] Conditionally compile manual_ip to save 24-72 bytes RAM (#11833)

This commit is contained in:
J. Nick Koston
2025-11-11 17:27:08 -06:00
committed by GitHub
parent 572fae5c7d
commit 79a4444928
9 changed files with 93 additions and 1 deletions

View File

@@ -3,6 +3,21 @@ psram:
wifi:
use_psram: true
min_auth_mode: WPA
manual_ip:
static_ip: 192.168.1.100
gateway: 192.168.1.1
subnet: 255.255.255.0
dns1: 1.1.1.1
dns2: 8.8.8.8
ap:
ssid: Fallback AP
password: fallback_password
manual_ip:
static_ip: 192.168.4.1
gateway: 192.168.4.1
subnet: 255.255.255.0
captive_portal:
packages:
- !include common.yaml