gut-space / svarog

📡 A ground stations network for receiving satellite transmissions, using VHF, UHF, and more.
MIT License
9 stars 0 forks source link

81 console charts fix #82

Closed tomaszmrugalski closed 2 years ago

tomaszmrugalski commented 2 years ago

This addresses the issue #81. The fix is really a workaround. Reverting back to plotille 3.8.0. All versions 4.0.0 or later cause exceptions deep in the plotille code. The plotille doc shows that our usage of color_mode seems valid.

Also added unit-test to check if there are no exceptions thrown. Test failed before applying the fix.