Files
Calendink/Provider/main/appstate.hpp

9 lines
171 B
C++

#pragma once
#include "types.hpp"
// Shared Application State
extern bool g_Ethernet_Initialized;
extern bool g_Wifi_Initialized;
extern uint8_t g_Active_WWW_Partition;