mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-24 04:50:38 +08:00
fix MQTT device
This commit is contained in:
parent
04178ad0f7
commit
24d9fbffae
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user