Skip to content

Commit

Permalink
Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
13 committed Mar 13, 2023
1 parent b5ae8b4 commit 6e04811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void loop()
DynamicJsonDocument doc(1024);

// Split the input string into key-value pairs using comma separator
int pos = 0;
uint8_t pos = 0;
while (pos < input_str.length())
{
int sep_pos = input_str.indexOf(',', pos);
Expand Down

0 comments on commit 6e04811

Please sign in to comment.