-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f238475
commit 033c35c
Showing
7 changed files
with
135 additions
and
11 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
const char HTML[] = R"=====(<!doctype html><html lang="en"><head><title>WVR</title><link href="http://192.168.4.1/favicon.ico" rel="icon" type="image/x-icon"/></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="http://192.168.4.1/bundle" type="text/javascript"></script></body></html>)====="; | ||
// const char HTML[] = R"=====(<!doctype html><html lang="en"><head><title>WVR</title><link href="http://192.168.4.1/favicon.ico" rel="icon" type="image/x-icon"/></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="http://192.168.4.1/bundle" type="text/javascript"></script></body></html>)====="; | ||
|
||
const char HTML[] = R"=====(<!doctype html><html lang="en"><head><title>WVR</title><link href="/favicon.ico" rel="icon" type="image/x-icon"/></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/bundle" type="text/javascript"></script></body></html>)====="; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ | |
void server_pause(); | ||
void server_resume(); | ||
bool get_wifi_is_on(); | ||
void try_log_on_network(); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters