Skip to content

Commit aeb47d8

Browse files
authored
Merge pull request #55 from sparkfun/release_candidate
Add WiFi config. Fix SPP congestion. Add ZED-F9R support.
2 parents 698c6cd + 7eb6ebe commit aeb47d8

39 files changed

+15998
-1121
lines changed
1.73 MB
Binary file not shown.
1.8 MB
Binary file not shown.
15 KB
Binary file not shown.

Firmware/RTK_Surveyor/AP-Config/index.html

Lines changed: 1065 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
@font-face {
2+
font-family: "bootstrap-icons";
3+
src:
4+
url('fonts/bootstrap-icons.woff2') format("woff2");
5+
/* url('fonts/bootstrap-icons.woff') format("woff"); */
6+
}
7+
8+
[class^="bi-"]::before,
9+
[class*=" bi-"]::before {
10+
display: inline-block;
11+
font-family: bootstrap-icons !important;
12+
font-style: normal;
13+
font-weight: normal !important;
14+
font-variant: normal;
15+
text-transform: none;
16+
line-height: 1;
17+
vertical-align: -.125em;
18+
-webkit-font-smoothing: antialiased;
19+
-moz-osx-font-smoothing: grayscale;
20+
}
21+
22+
.bi-caret-down-fill::before { content: "\f229"; }
23+
.bi-caret-up-fill::before { content: "\f235"; }
24+
.bi-save2::before { content: "\f527"; }
25+
.bi-x-circle::before { content: "\f623"; }
26+
.bi-info-circle-fill::before { content: "\f430"; }

Firmware/RTK_Surveyor/AP-Config/src/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Firmware/RTK_Surveyor/AP-Config/src/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
118 KB
Binary file not shown.
88.4 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)