Fix font-location

This commit is contained in:
jpirnay
2026-05-03 22:42:54 +02:00
parent 8526e58ac1
commit 5617db3ad2
7 changed files with 957 additions and 355 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ constexpr uint16_t UDP_PORTS[] = {54982, 48123, 39001, 44044, 59678};
constexpr uint16_t LOCAL_UDP_PORT = 8134;
#ifndef FONT_MANIFEST_URL
#define FONT_MANIFEST_URL "https://github.com/jpirnay/crosspoint-reader/blob/master/assets/sd-fonts/sd-fonts.yaml"
#define FONT_MANIFEST_URL \
"https://raw.githubusercontent.com/jpirnay/crosspoint-reader/master/assets/sd-fonts/fonts.json"
#endif
// Static pointer for WebSocket callback (WebSocketsServer requires C-style callback)