Skip to content

Commit a43d996

Browse files
committed
Qrome - added compiled binary files
1 parent 2895b83 commit a43d996

6 files changed

+2
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Version 2.5 introduced the ability to upgrade pre-compiled firmware from a binar
4646
It is recommended to use Arduino IDE. You will need to configure Arduino IDE to work with the Wemos board and USB port and installed the required USB drivers etc.
4747
* USB CH340G drivers: https://wiki.wemos.cc/downloads
4848
* Enter http://arduino.esp8266.com/stable/package_esp8266com_index.json into Additional Board Manager URLs field. You can add multiple URLs, separating them with commas. This will add support for the Wemos D1 Mini to Arduino IDE.
49-
* Open Boards Manager from Tools > Board menu and install esp8266 Core platform version **2.5.0**
49+
* Open Boards Manager from Tools > Board menu and install esp8266 Core platform version **2.5.2**
5050
* Select Board: "LOLIN(WEMOS) D1 R2 & mini"
5151
* Set 1M SPIFFS -- **this project requires SPIFFS for saving and reading configuration settings.**
5252
* Select the **Port** from the tools menu.

Diff for: marquee.ino.d1_mini_2.13.bin

-444 KB
Binary file not shown.

Diff for: marquee.ino.d1_mini_2.14.bin

451 KB
Binary file not shown.

Diff for: marquee.ino.d1_mini_wide_2.13.bin

-445 KB
Binary file not shown.

Diff for: marquee.ino.d1_mini_wide_2.14.bin

452 KB
Binary file not shown.

Diff for: marquee/marquee.ino

+1
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ void sendHeader() {
10321032
server.sendContent(html);
10331033

10341034
server.sendContent(FPSTR(WEB_ACTIONS1));
1035+
Serial.println("Displays: " + String(numberOfHorizontalDisplays));
10351036
if (numberOfHorizontalDisplays >= 8) {
10361037
server.sendContent("<a class='w3-bar-item w3-button' href='/configurewideclock'><i class='far fa-clock'></i> Wide Clock</a>");
10371038
}

0 commit comments

Comments
 (0)