Skip to content

Commit

Permalink
Update bbn_m5tough_active_boat.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored May 14, 2023
1 parent 07eff8b commit 11b46ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_m5tough_active_boat/bbn_m5tough_active_boat.ino
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void loop() {
victron_mqtt_client_loop(mqttClient);
}
bool detected = handle_swipe();
if (detected || (millis() - last_ui_upd > 250)) { // throttle expensive UI updates, and calculations
if (detected || (millis() - last_ui_upd > 300)) { // throttle expensive UI updates, and calculations
derive_data();
update_screen(*screens[page]);
last_ui_upd = millis();
Expand Down

0 comments on commit 11b46ed

Please sign in to comment.