From 7933d0d37e9234df1705525a8b53d24116d0a790 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Fri, 6 Oct 2017 21:38:28 +1100 Subject: [PATCH] Update readme --- README.md | 9 +++------ workspace/TS100/src/gui.cpp | 2 -- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d1b92b3e..812ec354 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,8 @@ This firmware is not complete, it is missing some features such as : -* Needs UI work -* Needs some polish on information screens -* Input voltage calibration * Russian font has issues atm - +* Soldering detailed view coming While it most likely will work, It is not meant for production use *just* yet! @@ -68,9 +65,9 @@ There are further instructions on the [wiki](https://github.com/Ralim/ts100/wiki This new firmware uses a new menu system to allow access to the settings on the device. When on the main screen, the unit shows prompts for the two most common operations. * Pressing the button near the tip enters soldering mode -* Pressing the button near the power input enters the settings menu. +* Pressing the button near the USB enters the settings menu. * Holding the button near the tip will enter soldering temperature adjust mode (This is the same as the one in the soldering menu, just to let you edit before heating up). - +* Holding the button near the USB end will show the firmware version details. ## Soldering mode In this mode the iron works as you would expect, pressing either button will take you to a temperature change screen. diff --git a/workspace/TS100/src/gui.cpp b/workspace/TS100/src/gui.cpp index 7ede8b2f..9b56898f 100644 --- a/workspace/TS100/src/gui.cpp +++ b/workspace/TS100/src/gui.cpp @@ -190,9 +190,7 @@ static void settings_displayAutomaticStartMode(void) { case 1: lcd.drawChar('T'); break; - } - } static void settings_setCoolingBlinkEnabled(void) { systemSettings.coolingTempBlink = !systemSettings.coolingTempBlink;