diff --git a/README.md b/README.md index 18ada26..3e7f920 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,11 @@ GND -> GND- https://www.thingiverse.com/thing:2884823 -- for the 0.96" OLED Display https://www.thingiverse.com/thing:2934049 -- for the 1.3" OLED Display +## Upgrading from version 2.2 or Higher +Version 2.2 introduced the ability to upgrade pre-compiled firmware from a binary file. In version 2.3 and on you should find binary files that can be uploaded to your printer monitor via the web interface. From the main menu in the web interface select "Firmware Update" and follow the prompts. +* **printermonitor.ino.d1_mini_SSD1306.bin** - compiled for Wemos D1 Mini for the smaller 0.96" SSD1306 OLED (default) +* **printermonitor.ino.d1_mini_SH1106.bin** - compiled for Wemos D1 Mini for the larger 1.3" SH1106 OLED + ## Compiling and Loading to Wemos D1 Mini 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 diff --git a/printermonitor.ino.d1_mini_SH1106.bin b/printermonitor.ino.d1_mini_SH1106.bin new file mode 100644 index 0000000..f2233b9 Binary files /dev/null and b/printermonitor.ino.d1_mini_SH1106.bin differ diff --git a/printermonitor.ino.d1_mini_SSD1306.bin b/printermonitor.ino.d1_mini_SSD1306.bin new file mode 100644 index 0000000..5067f0f Binary files /dev/null and b/printermonitor.ino.d1_mini_SSD1306.bin differ