mirror of
https://github.com/oliexdev/openScale.git
synced 2025-09-01 12:23:15 +02:00
Updated Home (markdown)
2
Home.md
2
Home.md
@@ -99,7 +99,7 @@ void write_scale_data(int weight, int fat, int water, int muscle)
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
To check the integrity of the data I calculate a XOR checksum with the following function:
|
To check the integrity of the data I calculated a XOR checksum with the following function:
|
||||||
|
|
||||||
```C
|
```C
|
||||||
int calc_checksum(struct scale_data* wdata)
|
int calc_checksum(struct scale_data* wdata)
|
||||||
|
Reference in New Issue
Block a user