mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-29 02:59:57 +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
|
||||
int calc_checksum(struct scale_data* wdata)
|
||||
|
Reference in New Issue
Block a user