OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
170 stars 112 forks source link

Changes to block until the LCD update has completed if the `LCD_DISPLAY_NOW` is set #705

Closed jeremypoulter closed 1 year ago

jeremypoulter commented 1 year ago

This fixes issues during firmware update where the incomming data also blocks the CPU and the LCD was not being updated, especcially over Ethernet as the data is received much faster than WiFI.

Fixes #597

github-actions[bot] commented 1 year ago

Test Results

36 tests  ±0   36 :heavy_check_mark: ±0   0s :stopwatch: -1s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit e2d36f10. ± Comparison against base commit 888c5c4d.

:recycle: This comment has been updated with latest results.