This commit is contained in:
j3d1 2021-07-06 22:49:45 +02:00
parent 24f5e4398d
commit 10e11d91b6
2 changed files with 158 additions and 0 deletions

View file

@ -9,6 +9,9 @@
extern "C" {
#endif
void mqtt_task(void *pvParameters);
void beat_task(void *pvParameters);
#ifdef __cplusplus
}
#endif