Skip to content

Commit

Permalink
Qrome - added compiled binary files
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrome committed May 29, 2019
1 parent 2895b83 commit a43d996
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Version 2.5 introduced the ability to upgrade pre-compiled firmware from a binar
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.
* USB CH340G drivers: https://wiki.wemos.cc/downloads
* 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.
* Open Boards Manager from Tools > Board menu and install esp8266 Core platform version **2.5.0**
* Open Boards Manager from Tools > Board menu and install esp8266 Core platform version **2.5.2**
* Select Board: "LOLIN(WEMOS) D1 R2 & mini"
* Set 1M SPIFFS -- **this project requires SPIFFS for saving and reading configuration settings.**
* Select the **Port** from the tools menu.
Expand Down
Binary file removed marquee.ino.d1_mini_2.13.bin
Binary file not shown.
Binary file added marquee.ino.d1_mini_2.14.bin
Binary file not shown.
Binary file removed marquee.ino.d1_mini_wide_2.13.bin
Binary file not shown.
Binary file added marquee.ino.d1_mini_wide_2.14.bin
Binary file not shown.
1 change: 1 addition & 0 deletions marquee/marquee.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,7 @@ void sendHeader() {
server.sendContent(html);

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

0 comments on commit a43d996

Please sign in to comment.