Commit Graph

10 Commits

Author SHA1 Message Date
Luc
bd158c9c5c Fix warnings in platformIO
Fix : warning: enumeration value 'WStype_ERROR' not handled in switch [-Wswitch]
Fix : warning: variable 'ip' set but not used [-Wunused-but-set-variable]
2019-07-04 12:58:37 +02:00
Links
5d26a65df4 only send payload when we have a ptr and length 2019-06-20 10:02:07 +02:00
Links
007b5ba9a8 ignore not needed WS events for SocketIO 2019-06-10 15:13:26 +02:00
Links
dbca2ab420 SocketIO message RX is working 2019-06-10 14:57:49 +02:00
Links
dfa35fa9ae clang-format 2019-06-10 13:31:51 +02:00
Links
794163cec9 Merge branch 'gpn18' into socketio 2019-06-10 13:30:54 +02:00
Links
50903cd410 basic event RX working 2018-05-12 17:10:17 +02:00
Links
f95c014342 basic event sending works 2018-05-12 16:53:34 +02:00
Links
8967356af3 improve ram usage on one char send 2018-05-12 15:27:08 +02:00
Links
d2043bf8ef start work for socket.IO
basic Engine.IO implementation
2018-05-12 15:13:50 +02:00