🎨 Misc. shorthand operators

This commit is contained in:
Scott Lahteine
2022-06-26 10:01:22 -05:00
parent d8545551fe
commit 76d784f75f
8 changed files with 18 additions and 18 deletions

View File

@@ -1638,7 +1638,7 @@ void esp_data_parser(char *cmdRxBuf, int len) {
esp_msg_index += cpyLen;
leftLen = leftLen - cpyLen;
leftLen -= cpyLen;
tail_pos = charAtArray(esp_msg_buf, esp_msg_index, ESP_PROTOC_TAIL);
if (tail_pos == -1) {