Docs edits.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ After PiPedal is installed, you can connect to the web interface as follows: via
|
|||||||
|
|
||||||
- http://127.0.0.1 if you are interactively logged into your Raspberry Pi device
|
- http://127.0.0.1 if you are interactively logged into your Raspberry Pi device
|
||||||
|
|
||||||
- at port 80 of the current network address of your Raspberry Pi, if you are connecteing from an Android device (which does not currently support mDNS).
|
- at port 80 of the current network address of your Raspberry Pi, if you are connecting from an Android device (which does not currently support mDNS).
|
||||||
|
|
||||||
To complete the initial configuration, you must either connect an Ethernet cable to your Raspberry pi so you can connect to the Web App (after which you should be able to connect to http://pipedal.local); or you must launch a web browser on your Raspberry pi device while logged in interactively.
|
To complete the initial configuration, you must either connect an Ethernet cable to your Raspberry pi so you can connect to the Web App (after which you should be able to connect to http://pipedal.local); or you must launch a web browser on your Raspberry pi device while logged in interactively.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
{
|
{
|
||||||
|
let galleryPath = "gallery/";
|
||||||
let images = [
|
let images = [
|
||||||
"rig.jpg",
|
"rig.jpg",
|
||||||
"jazz.png",
|
"jazz.png",
|
||||||
@@ -20,7 +21,6 @@
|
|||||||
let aspectX = 952;
|
let aspectX = 952;
|
||||||
let aspectY = 648;
|
let aspectY = 648;
|
||||||
let borderWidth = 0;
|
let borderWidth = 0;
|
||||||
let galleryPath = "gallery/";
|
|
||||||
|
|
||||||
let width ;
|
let width ;
|
||||||
let height;
|
let height;
|
||||||
@@ -115,6 +115,9 @@
|
|||||||
galleryScrollLeft();
|
galleryScrollLeft();
|
||||||
} else if (x > frameWidth - 80) {
|
} else if (x > frameWidth - 80) {
|
||||||
galleryScrollRight();
|
galleryScrollRight();
|
||||||
|
} else {
|
||||||
|
let url = (galleryPath + images[galleryFrame]);
|
||||||
|
window.open(url,"_blank");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let galleryMouseEnter = (e) => {
|
let galleryMouseEnter = (e) => {
|
||||||
@@ -175,7 +178,7 @@
|
|||||||
+ (frameWidth * images.length)
|
+ (frameWidth * images.length)
|
||||||
+ "px; height: "
|
+ "px; height: "
|
||||||
+ (frameHeight)
|
+ (frameHeight)
|
||||||
+ "px; background: #0; left: 0px' >"
|
+ "px; background: #FFF; left: 0px' >"
|
||||||
);
|
);
|
||||||
{
|
{
|
||||||
// the images.
|
// the images.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
height: 54px;
|
height: 54px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<header class="site-header sticky-header" style="background: url(banner-bg.jpg); background-size: cover">
|
<header class="site-header sticky-header" >
|
||||||
|
|
||||||
<div class="wrapper ">
|
<div class="wrapper ">
|
||||||
{%- assign default_paths = site.pages | map: "path" -%}
|
{%- assign default_paths = site.pages | map: "path" -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user