Skip to content

Commit

Permalink
Update web files for support esp-01 small flash size
Browse files Browse the repository at this point in the history
  • Loading branch information
lan143 committed Feb 12, 2022
1 parent 9aea391 commit a390d36
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added data/.DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions data/bootstrap-grid.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions data/bootstrap-reboot.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions data/bootstrap.min.css

This file was deleted.

7 changes: 0 additions & 7 deletions data/bootstrap.min.js

This file was deleted.

4 changes: 2 additions & 2 deletions data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<meta name="description" content="">
<title>WiFi Mavlink to UART Settings</title>

<link href="bootstrap.min.css" rel="stylesheet">
<link href="bootstrap-reboot.min.css" rel="stylesheet">
<link href="bootstrap-grid.min.css" rel="stylesheet">

<meta name="theme-color" content="#7952b3">
</head>
Expand Down Expand Up @@ -58,7 +59,6 @@ <h1>Settings</h1>
</main>

<script src="jquery-3.6.0.min.js"></script>
<script src="bootstrap.min.js"></script>

<script>
function loadSettings() {
Expand Down

0 comments on commit a390d36

Please sign in to comment.