switched to a monospace font in the board util.

This commit is contained in:
UpstreamData
2022-02-22 11:01:00 -07:00
parent bb89be64f4
commit 128aab1b88
3 changed files with 10 additions and 6 deletions

View File

@@ -165,6 +165,7 @@ async def scan_and_get_data(network):
data = [
data_point["IP"],
data_point["model"],
(len(board_left) + len(board_center) + len(board_right)),
len(board_left),
board_left_chips,
len(board_center),

File diff suppressed because one or more lines are too long