-
Notifications
You must be signed in to change notification settings - Fork 17
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
Showing
228 changed files
with
5,108 additions
and
4,221 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"name": "Win32", | ||
"includePath": [ | ||
"C:\\Users\\phil\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\**", | ||
"C:\\Users\\phil\\Documents\\Arduino\\libraries\\**", | ||
"C:\\Program Files (x86)\\Arduino\\libraries\\**", | ||
"C:\\Users\\phil\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.7.4\\**" | ||
], | ||
"forcedInclude": [], | ||
"defines": [ | ||
"USBCON" | ||
], | ||
"intelliSenseMode": "msvc-x64", | ||
"cppStandard": "c++17" | ||
} | ||
], | ||
"version": 4 | ||
} |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
echo off | ||
del fs*.bin | ||
set /p v=<../data/h4UIv | ||
echo Making version %v% | ||
|
||
mklittlefs -c ../data/ fs_1M.bin > nul | ||
mklittlefs -p 256 -b 8192 -s 1024000 -c ../data/ fs_4M.bin > nul |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,6 +1,6 @@ | ||
echo off | ||
del spiffs*.bin | ||
set /p v=<../data/h4sv | ||
set /p v=<../data/h4UI | ||
echo Making version %v% | ||
mkspiffs -c ../data/ spiffs_%v%_1M.bin > nul | ||
mkspiffs -p 256 -b 8192 -s 0x0FA000 -c ../data/ spiffs_%v%_4M.bin > nul | ||
mkspiffs -p 256 -b 8192 -s 0xFA000 -c ../data/ spiffs_%v%_4M.bin > nul |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
1.0.1 |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
M-SEARCH * HTTP/1.1 | ||
ST: upnp:rootdevice | ||
MAN: "ssdp:discover" | ||
HOST: 239.255.255.250:1900 | ||
MX: 10 | ||
Content-Length: 0 | ||
|
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 |
---|---|---|
|
@@ -10,47 +10,13 @@ | |
<body> | ||
<div id="main"> | ||
<input id="hasfrnd" type="hidden" value="%name%"> | ||
<input id="hasonof" type="hidden" value="%onof%"> | ||
<input id="wifi" type="hidden" value="%wifi%"> | ||
<div id="header"> | ||
<img src="H4PLogo.jpg"> | ||
</div> | ||
<div id="device" class="line"> | ||
<div class="title">Device</div> | ||
<div class="data">%device%.local</div> | ||
</div> | ||
<div id="frnd" class="line"> | ||
<div class="title">Name</div> | ||
<div class="data">%name%</div> | ||
</div> | ||
<div id="ip" class="line"> | ||
<div class="title">IP Address</div> | ||
<div class="data">%ip%</div> | ||
</div> | ||
<div id="board" class="line"> | ||
<div class="title">Board</div> | ||
<div class="data">%board%</div> | ||
</div> | ||
<div id="chip" class="line"> | ||
<div class="title">Chip</div> | ||
<div class="data">%chip%</div> | ||
</div> | ||
<div id="h4v" class="line"> | ||
<div class="title">H4 Vn</div> | ||
<div class="data">%h4v%</div> | ||
</div> | ||
<div id="h4pv" class="line"> | ||
<div class="title">Plugins Vn</div> | ||
<div class="data">%h4pv%</div> | ||
</div> | ||
<div id="h4sv" class="line"> | ||
<div class="title">Spiffs Vn</div> | ||
<div class="data">%h4sv%</div> | ||
</div> | ||
<div id="uhang"> | ||
</div> | ||
<div id="onoff" class="line"> | ||
<img id="onof" src="of.jpg"> | ||
<div id="onof" class="line"> | ||
</div> | ||
<div id="cchang"> | ||
<form id="cc"> | ||
|
@@ -63,6 +29,7 @@ | |
</form> | ||
</div> | ||
<marquee id="msg"> </marquee> | ||
<!-- | ||
<div id="ap"> | ||
<form type="application/url-encoded" method="POST"> | ||
<div class="fline"> | ||
|
@@ -94,6 +61,8 @@ | |
</div> | ||
</form> | ||
</div> | ||
--> | ||
|
||
<div id="footer"><hr> | ||
<div id="donate" class="box"> | ||
Buying me a coffee helps keep me motivated to keep H4Plugins bug-free and er ...plain "free". It's a lot of work. | ||
|
@@ -110,9 +79,11 @@ | |
target="_blank">Support me on Patreon</a></div> | ||
</div> | ||
<hr> | ||
<div>© 2020 Phil Bowles [email protected]</div> | ||
<div class="lnk"><a href="https://github.com/philbowles/H4Plugins" rel="noopener" | ||
target="_blank">© 2021 Phil Bowles https://github.com/philbowles/H4Plugins</a></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div class=""> | ||
</body> | ||
</html> | ||
</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
Oops, something went wrong.