added "welcome chime"

This commit is contained in:
2018-01-02 12:10:38 +01:00
parent bd281564b3
commit 41499eff9d
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@ void TaskMain(void const * argument)
vfs_mngr_init(1);
#endif
Indicator_Effect(STATUS_WELCOME);
uint32_t startTime = xTaskGetTickCount();
uint32_t cnt = 1;
while(1) {