Skip to content

Commit

Permalink
Added more keys for Sys::info_num() in librishka.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 29, 2024
1 parent 6d94cc3 commit 2ea96f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sdk/librishka/sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ typedef enum {
SYSINFO_MIN_FREE_HEAP,
SYSINFO_MIN_FREE_PSRAM,
SYSINFO_PSRAM_SIZE,
SYSINFO_TEMP_VAL
SYSINFO_TEMP_VAL,
SYSINFO_CARD_TYPE,
SYSINFO_CARD_SIZE,
SYSINFO_NUM_SECTORS,
SYSINFO_SECTOR_SIZE,
SYSINFO_TOTAL_STORAGE,
SYSINFO_USED_STORAGE
} sysinfon_t;

typedef enum {
Expand Down

0 comments on commit 2ea96f3

Please sign in to comment.