aboutsummaryrefslogtreecommitdiff
path: root/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'app.h')
-rw-r--r--app.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/app.h b/app.h
index ee9c1cd..5039c0e 100644
--- a/app.h
+++ b/app.h
@@ -106,8 +106,9 @@ struct sm_res {
};
};
+void sm_loop();
+void sm_setup();
void sm_on_connect();
-void sm_on_loop();
//boolean tx_soil_moisture(struct sm_res& res);
void notify_soil_moisture(const struct sm_res& res, uint8_t body_len);