This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
broker handles string
mcspr-patch-1
Maxim Prokhorov
4 years ago
parent
9b3ef89dab
commit
6d7fe1ce38
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/rfbridge.cpp
+ 1
- 1
code/espurna/rfbridge.cpp
View File
@ -600,7 +600,7 @@ void _rfbParse(uint8_t code, const std::vector<uint8_t>& payload) {
#
endif
#
if BROKER_SUPPORT
RfbridgeBroker
:
:
Publish
(
RfbDefaultProtocol
,
buffer
+
6
)
;
RfbridgeBroker
:
:
Publish
(
RfbDefaultProtocol
,
buffer
+
12
)
;
#
endif
}
break
;
Write
Preview
Loading…
Cancel
Save