Skip to content

Commit

Permalink
increase MQTT processing frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffMboya committed Jan 16, 2025
1 parent b0ea7b5 commit 127b311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed-proplet/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ void main(void)
LOG_WRN("MQTT client is not connected");
}

k_sleep(K_SECONDS(30));
k_sleep(K_SECONDS(1));
}
}

0 comments on commit 127b311

Please sign in to comment.