mirror of
https://codeberg.org/portospaceteam/ground-dashboard.git
synced 2024-11-29 01:56:59 +00:00
6 lines
48 B
Go
6 lines
48 B
Go
|
package main
|
||
|
|
||
|
const (
|
||
|
PointsPerDataFrame = 2
|
||
|
)
|