ledda-mobile hace 2 semanas
padre
commit
f0d02bc3f6
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      app.cpp

+ 4
- 2
app.cpp Ver fichero

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


Cargando…
Cancelar
Guardar