Skip to content

Commit

Permalink
Fix search sat spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
jgauchia committed Apr 9, 2023
1 parent f4c0303 commit efb5c28
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 @@ -87,7 +87,7 @@ void setup()
void loop()
{
#ifdef MAKERF_ESP32S3
lv_tick_inc(2);
lv_tick_inc(5);
#endif
lv_timer_handler();
delayMicroseconds(5);
Expand Down

0 comments on commit efb5c28

Please sign in to comment.