Skip to content

Commit 17b4c37

Browse files
committed
stop for now
1 parent 7367b94 commit 17b4c37

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ wifi_ssids =
1818
-DWIFI_PSK=\"${sysenv.WIFI_PASSWORD}\"
1919

2020
[env:custom-server]
21-
platform = [email protected] ; works fine with https
21+
;platform = [email protected] ; works fine with https
2222

2323
; fails:
24-
;platform = https://github.com/pioarduino/platform-espressif32.git#develop
24+
platform = https://github.com/pioarduino/platform-espressif32.git#develop
2525
; board = m5stack-cores3
2626
board = esp32-s3-devkitc-1-32MB-8MB
2727

src/WebsocketHandler.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
static const char *TAG = "WebsocketHandler";
55
#endif
66

7-
#ifndef TAG
8-
static const char *TAG = "WebsocketHandler";
9-
#endif
10-
117
namespace httpsserver {
128

139
/**

0 commit comments

Comments
 (0)