fix MQTT device

This commit is contained in:
Sergio R. Caprile 2023-12-20 14:49:25 -03:00
parent 04178ad0f7
commit 24d9fbffae

View File

@ -36,6 +36,10 @@ bool hal_gpio_read(int pin) { // For MQTT dashboard HAL
int hal_led_pin(void) {
return (int) LED1;
}
uint64_t mg_now(void) {
return mg_millis();
}
#endif
static void timer_fn(void *arg) {