Mercurial > public > hwos_code
diff 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 |
line wrap: on
line diff
--- a/src/menu_tree.asm Tue Apr 28 17:34:31 2020 +0200 +++ b/src/menu_tree.asm Thu May 07 09:12:59 2020 +0200 @@ -2064,7 +2064,12 @@ ; 0x02: ambient sensor ---> OSTC Sport (USB model) YES NO 1.5V 3.6V disposable 3.6V rechargeable ; 0x52: BLE and ambient sensor and low volt core ---> OSTC Sport (BLE model) YES NO 1.5V 3.6V disposable 3.6V rechargeable - movlw 0x11 ; OSTC 2 (old model) + movlw 0x11 ; OSTC 2 (2015 model) + cpfseq HW_descriptor + bra $+4 + bra use_18650_battery + + movlw 0x91 ; OSTC 2 (2015 model) with block write cpfseq HW_descriptor bra $+4 bra use_18650_battery @@ -2074,15 +2079,20 @@ bra $+4 bra use_18650_battery - movlw 0x33 ; OSTC 2 TR + movlw 0x85 ; OSTC 2 cR with block write + cpfseq HW_descriptor + bra $+4 + bra use_18650_battery + + movlw 0xB3 ; OSTC 2 TR cpfseq HW_descriptor bra $+4 bra do_use_16650_battery -; movlw 0xXX ; OSTC 2 (new model) TODO: define signature -; cpfseq HW_descriptor -; bra $+4 -; bra do_use_16650_battery + movlw 0x93 ; OSTC 2 (2017 model) + cpfseq HW_descriptor + bra $+4 + bra do_use_16650_battery movlw 0x13 ; OSTC Plus TODO: and OSTC 2 new model as of now cpfseq HW_descriptor