Files
TEF6686_ESP32/include/comms.h
2026-02-17 23:16:46 +01:00

22 lines
451 B
C

#pragma once
#include "globals.h"
#include "nonvolatile.h"
#include <Hash.h>
#include "core.h"
void Communication();
void XDRGTKRoutine();
void passwordcrypt();
void tryWiFi();
void total_pc_control();
extern void BuildDisplay();
extern void BuildAdvancedRDS();
extern void printLogbookCSV();
extern void NTPupdate();
extern void handleRoot();
extern void handleDownloadCSV();
extern void handleLogo();
extern void Infoboxprint(const char* input);