You've already forked TEF6686_ESP32
23 lines
468 B
C
23 lines
468 B
C
#pragma once
|
|
|
|
#include "globals.h"
|
|
#include "nonvolatile.h"
|
|
#include <Hash.h>
|
|
#include "core.h"
|
|
#include "gui.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);
|