Turn on 24h format
for the output as am/pm for cooking time is bad.
This commit is contained in:
parent
61789cb41f
commit
134483df97
3 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,6 @@ A little helper for the microwave oven.
|
||||||
Enter wattage and time for something to cook.
|
Enter wattage and time for something to cook.
|
||||||
The program will return an available powerlevel (from MY oven) and an adjusted time.
|
The program will return an available powerlevel (from MY oven) and an adjusted time.
|
||||||
The time is entered in mm,ss
|
The time is entered in mm,ss
|
||||||
|
|
||||||
|
**Free42 only**
|
||||||
|
CLK24 does not exist on the original.
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,5 @@
|
||||||
LBL "MWVE"
|
LBL "MWVE"
|
||||||
|
CLK24
|
||||||
INPUT "Watt"
|
INPUT "Watt"
|
||||||
INPUT "Zeit"
|
INPUT "Zeit"
|
||||||
→HR
|
→HR
|
||||||
|
|
Loading…
Reference in a new issue