Login
1 branch 0 tags
Ben (Desktop/Arch) Wifi/Podcasts on the ESP32!!!! 90acdde 1 month ago 77 Commits
moon / esp32 / main / utils.c
#include "esp_timer.h"

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