Skip to content

Commit

Permalink
Add mDashGetState
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Aug 11, 2022
1 parent 3a8e1cf commit 8bd6647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mDash.c
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,10 @@ void mDashTask(void *data) {
(void) data;
}

int mDashGetState(void) {
return s_mDashState;
}

static void doinit(const char *id, const char *pass, const char *name,
const char *ts, const char *framework) {
mount_fs(FS_ROOT); // Do it first, to enable configuration API
Expand Down

0 comments on commit 8bd6647

Please sign in to comment.