Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 635:9a64914a8fca
3.10 re-release addressing some minor issues and language fixes
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2020 09:12:59 +0200 |
parents | 4050675965ea |
children | 2737ddc643bb cdff88f5a4a0 |
comparison
equal
deleted
inserted
replaced
634:4050675965ea | 635:9a64914a8fca |
---|---|
2062 ; 0x0A: optical input and ambient sensor ---> OSTC 3 (USB model) YES NO 1.5V 3.6V disposable 3.6V rechargeable | 2062 ; 0x0A: optical input and ambient sensor ---> OSTC 3 (USB model) YES NO 1.5V 3.6V disposable 3.6V rechargeable |
2063 ; 0x1A: BLE and optical input and ambient sensor ---> OSTC 3 (BLE model) YES NO 1.5V 3.6V disposable 3.6V rechargeable | 2063 ; 0x1A: BLE and optical input and ambient sensor ---> OSTC 3 (BLE model) YES NO 1.5V 3.6V disposable 3.6V rechargeable |
2064 ; 0x02: ambient sensor ---> OSTC Sport (USB model) YES NO 1.5V 3.6V disposable 3.6V rechargeable | 2064 ; 0x02: ambient sensor ---> OSTC Sport (USB model) YES NO 1.5V 3.6V disposable 3.6V rechargeable |
2065 ; 0x52: BLE and ambient sensor and low volt core ---> OSTC Sport (BLE model) YES NO 1.5V 3.6V disposable 3.6V rechargeable | 2065 ; 0x52: BLE and ambient sensor and low volt core ---> OSTC Sport (BLE model) YES NO 1.5V 3.6V disposable 3.6V rechargeable |
2066 | 2066 |
2067 movlw 0x11 ; OSTC 2 (old model) | 2067 movlw 0x11 ; OSTC 2 (2015 model) |
2068 cpfseq HW_descriptor | |
2069 bra $+4 | |
2070 bra use_18650_battery | |
2071 | |
2072 movlw 0x91 ; OSTC 2 (2015 model) with block write | |
2068 cpfseq HW_descriptor | 2073 cpfseq HW_descriptor |
2069 bra $+4 | 2074 bra $+4 |
2070 bra use_18650_battery | 2075 bra use_18650_battery |
2071 | 2076 |
2072 movlw 0x05 ; OSTC 2 cR | 2077 movlw 0x05 ; OSTC 2 cR |
2073 cpfseq HW_descriptor | 2078 cpfseq HW_descriptor |
2074 bra $+4 | 2079 bra $+4 |
2075 bra use_18650_battery | 2080 bra use_18650_battery |
2076 | 2081 |
2077 movlw 0x33 ; OSTC 2 TR | 2082 movlw 0x85 ; OSTC 2 cR with block write |
2083 cpfseq HW_descriptor | |
2084 bra $+4 | |
2085 bra use_18650_battery | |
2086 | |
2087 movlw 0xB3 ; OSTC 2 TR | |
2078 cpfseq HW_descriptor | 2088 cpfseq HW_descriptor |
2079 bra $+4 | 2089 bra $+4 |
2080 bra do_use_16650_battery | 2090 bra do_use_16650_battery |
2081 | 2091 |
2082 ; movlw 0xXX ; OSTC 2 (new model) TODO: define signature | 2092 movlw 0x93 ; OSTC 2 (2017 model) |
2083 ; cpfseq HW_descriptor | 2093 cpfseq HW_descriptor |
2084 ; bra $+4 | 2094 bra $+4 |
2085 ; bra do_use_16650_battery | 2095 bra do_use_16650_battery |
2086 | 2096 |
2087 movlw 0x13 ; OSTC Plus TODO: and OSTC 2 new model as of now | 2097 movlw 0x13 ; OSTC Plus TODO: and OSTC 2 new model as of now |
2088 cpfseq HW_descriptor | 2098 cpfseq HW_descriptor |
2089 bra $+4 | 2099 bra $+4 |
2090 bra do_menu_new_battery_AA_charger | 2100 bra do_menu_new_battery_AA_charger |