ledda-mobile 2 semanas atrás
pai
commit
f0d02bc3f6
1 arquivos alterados com 4 adições e 2 exclusões
  1. +4
    -2
      app.cpp

+ 4
- 2
app.cpp Ver arquivo

@@ -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));


Carregando…
Cancelar
Salvar