Login
1 branch 0 tags
Ben (Desktop/Arch) Improved podcast episode list e9e6fb4 29 days ago 81 Commits
moon / esp32 / main / utils.c
#include "esp_timer.h"

uint32_t get_millis() {
	return esp_timer_get_time() / 1000;
}