Skip to content

Commit 5521c96

Browse files
Restore proper settings
1 parent f11dfe6 commit 5521c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const char* WIFI_PASSWORD = "xxx";
88
#define BAUDRATE (115200)
99
#define UART_NR (UART_NUM_2)
1010

11-
constexpr const bool USE_WS_BRIDGE = true; /* true = connect to a dsmr websocket bridge - false = connect to a dsmr smartmeter */
11+
constexpr const bool USE_WS_BRIDGE = false; /* true = connect to a dsmr websocket bridge - false = connect to a dsmr smartmeter */
1212

1313
/* settings for websocket bridge */
1414
const char* WS_BRIDGE_HOST = "192.168.0.90"; /* bridge name or ip*/
@@ -26,7 +26,7 @@ const IPAddress SECONDARY_DNS(0, 0, 0, 0); /* Check in your router */
2626

2727
/* settings for ntp time sync */
2828
const char* NTP_POOL = "nl.pool.ntp.org";
29-
const char* TIMEZONE = "CET-1CEST,M3.5.0/2,M10.5.0/3"; /* Central European Time - see https://sites.google.com/a/usapiens.com/opnode/time-zones */
29+
const char* TIMEZONE = "CET-1CEST,M3.5.0/2,M10.5.0/3"; /* Central European Time - see https://remotemonitoringsystems.ca/time-zone-abbreviations.php */
3030

3131
/* settings for a ssd1306/sh1106 oled screen */
3232
//#define SH1106_OLED /* uncomment to compile for SH1106 instead of SSD1306 */

0 commit comments

Comments
 (0)