Show battery temperature

This commit is contained in:
2023-05-22 08:46:04 +02:00
parent 6e0fd1a3cf
commit 216ad67840
15 changed files with 298 additions and 154 deletions

View File

@ -87,6 +87,8 @@ typedef struct {
float inv_r;
float mot_l;
float mot_r;
float bat_l;
float bat_r;
} Temperatures;
typedef struct {