Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Mamontov committed Nov 17, 2021
1 parent af1a0b4 commit 1d685ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32_ble_keyboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class Esp32BLEKeyboard : public PollingComponent {
char * position = strtok(buff[0], "+");

while (position != 0) {
write_message(p, true);
write_message(position, true);
position = strtok(NULL, "+");
}

Expand Down

0 comments on commit 1d685ce

Please sign in to comment.