zmena debug na 0 = produkcia

This commit is contained in:
2026-06-24 03:12:10 +02:00
parent 3f75cebdd0
commit a7bb99bf00

View File

@ -17,7 +17,7 @@ const int PIN_LEVEL2 = 4; // GPIO4 / D2
const int PIN_LEVEL3 = 14; // GPIO14 / D5
const int PIN_LEVEL4 = 12; // GPIO12 / D6 - najvyssia hladina
const int DEBUG = 1;
const int DEBUG = 0;
const char WIFI_SSID[] = "TP-Link_DD1E";
const char WIFI_PASS[] = "33784120";