2019-11-29 04:46:26 +00:00
|
|
|
#pragma once
|
2019-11-30 12:53:50 +00:00
|
|
|
#include <Preferences.h>
|
2019-11-29 04:46:26 +00:00
|
|
|
|
|
|
|
void wifi_connect();
|
2019-11-29 05:10:17 +00:00
|
|
|
|
|
|
|
extern const uint8_t file_index_html_start[] asm("_binary_src_index_html_start");
|
2019-11-30 12:53:50 +00:00
|
|
|
extern bool debug_enabled;
|
|
|
|
extern bool trace_enabled;
|
|
|
|
extern Preferences prefs;
|