Add lightswitch to this firmware
This commit is contained in:
@ -49,3 +49,7 @@ void mgos_clear_timer(mgos_timer_id id) {
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
float mg_time() {
|
||||
return (float) time(NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user