fix: объявление cfg_peer_ip

This commit is contained in:
Aleksei
2026-06-17 11:49:28 +00:00
parent 957987bc6c
commit 056f4030e1
@@ -37,6 +37,7 @@ String cfg_token = "barrier_token_2026";
String cfg_self_ip = ""; // пусто = DHCP
String cfg_gateway = "";
String cfg_subnet = "255.255.255.0";
String cfg_peer_ip = "";
unsigned long lastPress1 = 0;
unsigned long lastPress2 = 0;