new _millis function definition
This commit is contained in:
parent
45b0b40db8
commit
0673293744
@ -60,6 +60,9 @@
|
||||
; \
|
||||
}
|
||||
|
||||
// emulate millis to avoid rollovers
|
||||
#define _millis() esp_timer_get_time() / 1000
|
||||
|
||||
enum sendprio_t { prio_low, prio_normal, prio_high };
|
||||
enum timesource_t { _gps, _rtc, _lora, _unsynced };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user