nathandunk / BetterSerialPlotter

A drop-in replacement for the arduino serial plotter
MIT License
177 stars 27 forks source link

Fixed usage error of mahi-gui in DataPanel.cpp #7

Closed maleiter closed 1 year ago

maleiter commented 2 years ago

This PR resolves a usage error of ImGui which leads to a static assertion.

It appears only if the baud_status is false. In this case, ImGui::BeginTable was called, but ImGui::EndTable was not called.

nathandunk commented 1 year ago

This has been fixed in this commit.