This website works better with JavaScript.
Home
Explore
Help
Sign In
Ledda
/
gym-tracker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix
master
ledda-mobile
2 weeks ago
parent
4b1dd8e66b
commit
f0d02bc3f6
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
app.cpp
+ 4
- 2
app.cpp
View File
@@ -349,8 +349,10 @@ int gymTrackerDo(Arena *arena, list<string> args) {
GymLogEntry entry = {
getSystemUnixTime(),
exercise.id,
reps.result,
kg.result,
{
reps.result,
kg.result,
},
};
os_fileAppend(arena, LOG_FILE_LOCATION, (byte *)&entry, sizeof(entry));
Write
Preview
Loading…
Cancel
Save