1
0
forked from me/IronOS

Update readme

This commit is contained in:
Ben V. Brown
2017-10-06 21:38:28 +11:00
parent 58a89b67d4
commit 7933d0d37e
2 changed files with 3 additions and 8 deletions

View File

@@ -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.

View File

@@ -190,9 +190,7 @@ static void settings_displayAutomaticStartMode(void) {
case 1:
lcd.drawChar('T');
break;
}
}
static void settings_setCoolingBlinkEnabled(void) {
systemSettings.coolingTempBlink = !systemSettings.coolingTempBlink;