You've already forked TEF6686_ESP32
Partially rework fonts (again)
This commit is contained in:
@@ -6,6 +6,7 @@ using fs::FS;
|
||||
#include <SPIFFS.h>
|
||||
#include "globals.h"
|
||||
#include "rtc.hpp"
|
||||
#include "main.h"
|
||||
|
||||
void handleRoot();
|
||||
void handleDownloadCSV();
|
||||
@@ -16,6 +17,4 @@ bool isDST(time_t t);
|
||||
void handleLogo();
|
||||
void printLogbookCSV();
|
||||
void sendUDPlog();
|
||||
IPAddress makeBroadcastAddress(IPAddress ip);
|
||||
|
||||
extern const char* textUI(uint16_t number);
|
||||
IPAddress makeBroadcastAddress(IPAddress ip);
|
||||
Reference in New Issue
Block a user