j-kaltes / Juggluco

Android app for Freestyle Libre 1,2 and 3 and Chinese Sibionics sensors
GNU General Public License v3.0
217 stars 56 forks source link

Cannot build Juggluco due to missing file (timevalues.h). #161

Closed shaneharper123 closed 5 months ago

shaneharper123 commented 5 months ago

timevalues.h was missing from the commit for v8.0.18.

The problem still exists with v8.0.22.

I could build Juggluco after creating Common/src/main/cpp/timevalues.h with the following contents:

#pragma once

#include <stdint.h>

struct timevalues {
    uint16_t warmup;
    uint16_t wear;
};
j-kaltes commented 5 months ago

The file is now present: https://github.com/j-kaltes/Juggluco/blob/primary/Common/src/main/cpp/timevalues.h