#pragma once #include using fs::FS; #include #include #include "globals.h" #include "rtc.hpp" #include "core.h" void handleRoot(); void handleDownloadCSV(); bool handleCreateNewLogbook(); byte addRowToCSV(); String getCurrentDateTime(bool inUTC); bool isDST(time_t t); void handleLogo(); void printLogbookCSV(); void sendUDPlog(); IPAddress makeBroadcastAddress(IPAddress ip);