Skip to content

Commit

Permalink
Merge pull request #6 from Qrome/1.3
Browse files Browse the repository at this point in the history
1.3
  • Loading branch information
Qrome committed May 30, 2019
2 parents ee3c781 + ea01a4e commit ddd0c65
Show file tree
Hide file tree
Showing 7 changed files with 1,007 additions and 960 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pi-hole Monitor is a Wemos D1 Mini (ESP8266) with an I2C OLED display that is ma
* Total Clients
* Percentage Blocked
* Blocked Ads Graph from the last 21.33 hours of data (only 128 lines to show 10 min incriments)
* Top 3 Clients Blocked
* Option to show Top 3 Clients Blocked
* Option to display 24 hour or AM/PM style clock
* Sample rate is every 60 seconds
* Fully configurable from the web interface (not required to edit Settings.h)
Expand Down
Binary file removed piholemonitor.ino.d1_mini_SSH1106_v1.2.bin
Binary file not shown.
Binary file added piholemonitor.ino.d1_mini_SSH1106_v1.3.bin
Binary file not shown.
Binary file removed piholemonitor.ino.d1_mini_v1.2.bin
Binary file not shown.
Binary file added piholemonitor.ino.d1_mini_v1.3.bin
Binary file not shown.
1 change: 1 addition & 0 deletions piholemonitor/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ SOFTWARE.
String PiHoleServer = ""; // IP or Address of your Pi-Hole Server (DO NOT include http://)
int PiHolePort = 80; // the port you are running (usually 80);
String PiHoleApiKey = ""; // Optional -- only needed to see top blocked clients
boolean SHOW_CLIENTS = true; // true = display top 3 blocked clients on your network

// Webserver Settings for this monitoring device
const int WEBSERVER_PORT = 80; // The port you can access this device on over HTTP
Expand Down
Loading

0 comments on commit ddd0c65

Please sign in to comment.