Login
Ben
/
moon
Overview
Code
Talk
Settings
main
1 branch
0 tags
SSH
HTTP
Ben (Desktop/Arch)
Fixed now playing screen showing wrong data for 1 frame
73cc7c1
1 month ago
68 Commits
moon
/
esp32
/
main
/ utils.c
Raw
text/plain
•
89 B
•
5 lines
#include "esp_timer.h" uint32_t get_millis() { return esp_timer_get_time() / 1000; }