We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47384f9 commit 078f459Copy full SHA for 078f459
serial_protocol.md
@@ -1,3 +1,7 @@
1
+1. [General Protocol](#general-protocol)
2
+2. [Database Protocol](#database-protocol)
3
+3. [Messaging Protocol](#messaging-protocol)
4
+
5
#General Protocol:
6
During the first use, or when the chiplet changes environments a “NETWORK” call is expected to initialize the wifi parameters.
7
@@ -189,7 +193,7 @@ Used to stop listening to events at a given path. This must be the same path pro
189
193
>>END_STREAM /user/aturing
190
194
<<+OK
191
195
192
-# Messaging Protocol
196
+#Messaging Protocol
197
198
## BEGIN_MESSAGING
199
Called to start communicating with Firebase Cloud Messaging, it requires a server key.
0 commit comments