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 7becd5f commit a95bfd9Copy full SHA for a95bfd9
Firmware/RTK_Surveyor/Developer.ino
@@ -95,6 +95,8 @@ uint16_t pvtClientSendData(uint16_t dataHead) {return 0;};
95
void pvtClientUpdate() {}
96
void pvtClientValidateTables() {}
97
void pvtClientZeroTail() {}
98
+void discardPvtClientBytes(RING_BUFFER_OFFSET previousTail, RING_BUFFER_OFFSET newTail) {}
99
+
100
101
//----------------------------------------
102
// PVT server
@@ -103,6 +105,8 @@ void pvtClientZeroTail() {}
103
105
int pvtServerSendData(uint16_t dataHead) {return 0;}
104
106
void pvtServerUpdate() {}
107
void pvtServerZeroTail() {}
108
+void pvtServerValidateTables() {}
109
+void discardPvtServerBytes(RING_BUFFER_OFFSET previousTail, RING_BUFFER_OFFSET newTail) {}
110
111
112
// WiFi
0 commit comments