This commit is contained in:
jpirnay
2026-05-02 23:10:57 +02:00
parent 5b863cc794
commit e83c5ed80d
3 changed files with 295 additions and 3 deletions
@@ -8,7 +8,7 @@
#include "util/ButtonNavigator.h"
#ifndef FONT_MANIFEST_URL
#define FONT_MANIFEST_URL "https://github.com/jpirnay/crosspoint-reader/assets/sd-fonts/fonts.json"
#define FONT_MANIFEST_URL "https://github.com/jpirnay/crosspoint-reader/blob/master/assets/sd-fonts/sd-fonts.yaml"
#endif
class FontDownloadActivity : public Activity {
+1 -1
View File
@@ -37,7 +37,7 @@ 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/assets/sd-fonts/fonts.json"
#define FONT_MANIFEST_URL "https://github.com/jpirnay/crosspoint-reader/blob/master/assets/sd-fonts/sd-fonts.yaml"
#endif
// Static pointer for WebSocket callback (WebSocketsServer requires C-style callback)