├── 1s ├── BLE │ ├── 1.2.9.bin │ ├── 1.2.9.zip │ ├── 1.3.2.bin │ ├── 1.3.2.zip │ ├── 1.3.4.bin │ └── 1.3.4.zip ├── BMS │ ├── 1.2.8.bin │ ├── 1.2.8.zip │ ├── 1.4.1.bin │ └── 1.4.1.zip └── DRV │ ├── 2.2.1.bin │ ├── 2.2.1.bin.enc │ ├── 2.2.1.zip │ ├── 2.2.5.bin │ ├── 2.2.5.bin.enc │ ├── 2.2.5.zip │ ├── 3.0.4.bin │ ├── 3.0.4.bin.enc │ ├── 3.0.4.zip │ ├── 3.1.9 (Downgrade).bin │ ├── 3.1.9 (Downgrade).bin.enc │ ├── 3.1.9 (Downgrade).zip │ ├── 3.1.9.bin │ ├── 3.1.9.bin.enc │ └── 3.1.9.zip ├── d ├── d18 │ └── DRV │ │ ├── 1.0.15.bin │ │ ├── 1.0.15.bin.enc │ │ └── 1.0.15.zip └── d28 │ └── DRV │ ├── 2.0.1.8.bin │ ├── 2.0.1.8.bin.enc │ └── 2.0.1.8.zip ├── e ├── BLE │ ├── 2.0.9.bin │ ├── 2.0.9.bin.enc │ ├── 2.0.9.zip │ ├── 2.1.2.bin │ ├── 2.1.2.bin.enc │ ├── 2.1.2.zip │ ├── 2.1.3.bin │ ├── 2.1.3.bin.enc │ └── 2.1.3.zip ├── BMS │ ├── 1.4.9.bin │ ├── 1.4.9.bin.enc │ ├── 1.4.9.zip │ ├── 1.5.8.bin │ ├── 1.5.8.bin.enc │ ├── 1.5.8.zip │ ├── 1.6.0.bin │ ├── 1.6.0.bin.enc │ └── 1.6.0.zip └── DRV │ ├── 2.3.9.bin │ ├── 2.3.9.bin.enc │ ├── 2.3.9.zip │ ├── 2.5.0.bin │ ├── 2.5.0.bin.enc │ ├── 2.5.0.zip │ ├── 2.5.5.bin │ ├── 2.5.5.bin.enc │ ├── 2.5.5.zip │ ├── 2.6.7.bin │ ├── 2.6.7.bin.enc │ ├── 2.6.7.zip │ ├── 2.6.8.bin │ ├── 2.6.8.bin.enc │ ├── 2.6.8.zip │ ├── 2.7.1 (Compat).bin │ ├── 2.7.1 (Compat).bin.enc │ ├── 2.7.1 (Compat).zip │ ├── 2.7.1.bin │ ├── 2.7.1.bin.enc │ ├── 2.7.1.zip │ ├── 2.7.2 (Compat).bin │ ├── 2.7.2 (Compat).bin.enc │ └── 2.7.2 (Compat).zip ├── esx ├── BLE │ ├── 1.0.6.bin │ ├── 1.0.6.bin.enc │ ├── 1.0.6.zip │ ├── 1.0.7.bin │ ├── 1.0.7.bin.enc │ ├── 1.0.7.zip │ ├── 1.0.9.bin │ ├── 1.0.9.bin.enc │ ├── 1.0.9.zip │ ├── 1.1.0.bin │ ├── 1.1.0.bin.enc │ └── 1.1.0.zip ├── BMS │ ├── 1.2.2.bin │ ├── 1.2.2.bin.enc │ ├── 1.2.2.zip │ ├── 1.3.6.bin │ ├── 1.3.6.bin.enc │ ├── 1.3.6.zip │ ├── 1.4.1.bin │ ├── 1.4.1.bin.enc │ ├── 1.4.1.zip │ ├── 1.4.6.bin │ ├── 1.4.6.bin.enc │ ├── 1.4.6.zip │ ├── 1.4.9.bin │ ├── 1.4.9.bin.enc │ ├── 1.4.9.zip │ ├── 1.5.8.bin │ ├── 1.5.8.bin.enc │ ├── 1.5.8.zip │ ├── 1.6.0.bin │ ├── 1.6.0.bin.enc │ └── 1.6.0.zip └── DRV │ ├── 1.2.0.bin │ ├── 1.2.0.bin.enc │ ├── 1.2.0.zip │ ├── 1.3.3.bin │ ├── 1.3.3.bin.enc │ ├── 1.3.3.zip │ ├── 1.3.9.bin │ ├── 1.3.9.bin.enc │ ├── 1.3.9.zip │ ├── 1.4.7.bin │ ├── 1.4.7.bin.enc │ ├── 1.4.7.zip │ ├── 1.5.0.bin │ ├── 1.5.0.bin.enc │ ├── 1.5.0.zip │ ├── 1.5.1.bin │ ├── 1.5.1.bin.enc │ ├── 1.5.1.zip │ ├── 1.6.2.bin │ ├── 1.6.2.bin.enc │ ├── 1.6.2.zip │ ├── 1.6.4.bin │ ├── 1.6.4.bin.enc │ └── 1.6.4.zip ├── f ├── BLE │ ├── 3.0.7.bin │ ├── 3.0.7.bin.enc │ └── 3.0.7.zip └── DRV │ ├── 5.3.3.bin │ ├── 5.3.3.bin.enc │ ├── 5.3.3.zip │ ├── 5.3.4.bin │ ├── 5.3.4.bin.enc │ ├── 5.3.4.zip │ ├── 5.3.6.bin │ ├── 5.3.6.bin.enc │ ├── 5.3.6.zip │ ├── 5.3.7.bin │ ├── 5.3.7.bin.enc │ ├── 5.3.7.zip │ ├── 5.4.8.bin │ ├── 5.4.8.bin.enc │ ├── 5.4.8.zip │ ├── 5.4.9.bin │ ├── 5.4.9.bin.enc │ ├── 5.4.9.zip │ ├── 5.8.14 (Compat).bin │ ├── 5.8.14 (Compat).bin.enc │ ├── 5.8.14 (Compat).zip │ ├── 5.8.4 (Compat).bin │ ├── 5.8.4 (Compat).bin.enc │ └── 5.8.4 (Compat).zip ├── f2 ├── BMS │ ├── 1.2.1.bin │ ├── 1.2.1.bin.enc │ └── 1.2.1.zip └── DRV │ ├── 1.4.15 (Compat).bin │ ├── 1.4.15 (Compat).bin.enc │ ├── 1.4.15 (Compat).zip │ ├── 1.7.8 (Compat).bin │ ├── 1.7.8 (Compat).bin.enc │ └── 1.7.8 (Compat).zip ├── g2 ├── BLE │ ├── 1.11.0.bin │ ├── 1.11.0.bin.enc │ ├── 1.11.0.zip │ ├── 1.6.10.bin │ ├── 1.6.10.bin.enc │ ├── 1.6.10.zip │ ├── 1.7.8.bin │ ├── 1.7.8.bin.enc │ └── 1.7.8.zip ├── BMS │ ├── 1.7.5.3.bin │ ├── 1.7.5.3.bin.enc │ ├── 1.7.5.3.zip │ ├── 1.7.5.4.bin │ ├── 1.7.5.4.bin.enc │ ├── 1.7.5.4.zip │ ├── 1.7.5.5.bin │ ├── 1.7.5.5.bin.enc │ ├── 1.7.5.5.zip │ ├── 1.7.5.7.bin │ ├── 1.7.5.7.bin.enc │ └── 1.7.5.7.zip └── DRV │ ├── 1.11.1 (Compat).bin │ ├── 1.11.1 (Compat).bin.enc │ ├── 1.11.1 (Compat).zip │ ├── 1.4.4 (Compat).bin │ ├── 1.4.4 (Compat).bin.enc │ ├── 1.4.4 (Compat).zip │ ├── 1.4.8 (40 kmh).zip │ ├── 1.4.8 (Compat).bin │ ├── 1.4.8 (Compat).bin.enc │ ├── 1.4.8 (Compat).zip │ ├── 1.5.1 (Compat).bin │ ├── 1.5.1 (Compat).bin.enc │ ├── 1.5.1 (Compat).zip │ ├── 1.7.0 (Compat).bin │ ├── 1.7.0 (Compat).bin.enc │ ├── 1.7.0 (Compat).zip │ ├── 1.7.8 (Compat).bin │ ├── 1.7.8 (Compat).bin.enc │ └── 1.7.8 (Compat).zip ├── lite ├── BLE │ ├── 1.2.9.bin │ ├── 1.2.9.zip │ ├── 1.3.4.bin │ └── 1.3.4.zip ├── BMS │ ├── BMS128.bin │ ├── BMS128.zip │ ├── BMS141.bin │ └── BMS141.zip └── DRV │ ├── 2.1.8.bin │ ├── 2.1.8.bin.enc │ ├── 2.1.8.zip │ ├── 2.3.1.bin │ ├── 2.3.1.bin.enc │ ├── 2.3.1.zip │ ├── 2.4.5 (Downgrade).bin │ ├── 2.4.5 (Downgrade).bin.enc │ ├── 2.4.5 (Downgrade).zip │ ├── 2.4.5.bin │ ├── 2.4.5.bin.enc │ └── 2.4.5.zip ├── m365 ├── BLE │ ├── 0.7.2.bin │ ├── 0.7.2.zip │ ├── 0.8.1.bin │ ├── 0.8.1.zip │ ├── 0.9.1.bin │ ├── 0.9.1.zip │ ├── 1.2.9.bin │ └── 1.2.9.zip ├── BMS │ ├── 1.0.7.bin │ ├── 1.0.7.zip │ ├── 1.1.5.bin │ ├── 1.1.5.zip │ ├── 1.2.6.bin │ └── 1.2.6.zip └── DRV │ ├── 1.3.0.bin │ ├── 1.3.0.bin.enc │ ├── 1.3.0.zip │ ├── 1.3.4.bin │ ├── 1.3.4.bin.enc │ ├── 1.3.4.zip │ ├── 1.3.8.bin │ ├── 1.3.8.bin.enc │ ├── 1.3.8.zip │ ├── 1.4.0.bin │ ├── 1.4.0.bin.enc │ ├── 1.4.0.zip │ ├── 1.4.1.bin │ ├── 1.4.1.bin.enc │ ├── 1.4.1.zip │ ├── 1.4.2.bin │ ├── 1.4.2.bin.enc │ ├── 1.4.2.zip │ ├── 1.4.3.bin │ ├── 1.4.3.bin.enc │ ├── 1.4.3.zip │ ├── 1.5.6.bin │ ├── 1.5.6.bin.enc │ └── 1.5.6.zip ├── max ├── BLE │ ├── 1.1.0.bin │ ├── 1.1.0.bin.enc │ ├── 1.1.0.zip │ ├── 1.1.3.bin │ ├── 1.1.3.bin.enc │ ├── 1.1.3.zip │ ├── 1.1.4.bin │ ├── 1.1.4.bin.enc │ ├── 1.1.4.zip │ ├── 1.1.7 (Compat).bin │ ├── 1.1.7 (Compat).bin.enc │ ├── 1.1.7 (Compat).zip │ ├── 1.1.7.bin │ ├── 1.1.7.bin.enc │ └── 1.1.7.zip ├── BMS │ ├── 1.3.4.bin │ ├── 1.3.4.bin.enc │ ├── 1.3.4.zip │ ├── 1.5.3.bin │ ├── 1.5.3.bin.enc │ ├── 1.5.3.zip │ ├── 1.5.5.bin │ ├── 1.5.5.bin.enc │ ├── 1.5.5.zip │ ├── 1.5.6.bin │ ├── 1.5.6.bin.enc │ ├── 1.5.6.zip │ ├── 1.5.8.bin │ ├── 1.5.8.bin.enc │ ├── 1.5.8.zip │ ├── 1.7.4.5.bin │ ├── 1.7.4.5.bin.enc │ └── 1.7.4.5.zip └── DRV │ ├── 1.2.6.bin │ ├── 1.2.6.bin.enc │ ├── 1.2.6.zip │ ├── 1.4.5.bin │ ├── 1.4.5.bin.enc │ ├── 1.4.5.zip │ ├── 1.5.1.bin │ ├── 1.5.1.bin.enc │ ├── 1.5.1.zip │ ├── 1.5.4.bin │ ├── 1.5.4.bin.enc │ ├── 1.5.4.zip │ ├── 1.6.0.bin │ ├── 1.6.0.bin.enc │ ├── 1.6.0.zip │ ├── 1.6.13 (Compat).bin │ ├── 1.6.13 (Compat).bin.enc │ ├── 1.6.13 (Compat).zip │ ├── 1.6.3.bin │ ├── 1.6.3.bin.enc │ ├── 1.6.3.zip │ ├── 1.8.11 (Compat).bin │ ├── 1.8.11 (Compat).bin.enc │ └── 1.8.11 (Compat).zip ├── mi3 ├── BLE │ ├── 1.5.2.bin │ └── 1.5.2.zip ├── BMS │ ├── 1.4.1.bin │ └── 1.4.1.zip └── DRV │ ├── 0.0.3.bin │ ├── 0.0.3.bin.enc │ ├── 0.0.3.zip │ ├── 0.1.6 (Downgrade).bin │ ├── 0.1.6 (Downgrade).bin.enc │ ├── 0.1.6 (Downgrade).zip │ ├── 0.1.6.bin │ ├── 0.1.6.bin.enc │ ├── 0.1.6.zip │ ├── 0.1.7.bin │ ├── 0.1.7.bin.enc │ └── 0.1.7.zip ├── pro ├── BLE │ ├── 0.9.0.bin │ ├── 0.9.0.zip │ ├── 1.1.0.bin │ ├── 1.1.0.zip │ ├── 1.2.2.bin │ ├── 1.2.2.zip │ ├── 1.2.5.bin │ └── 1.2.5.zip ├── BMS │ ├── 1.1.6.bin │ ├── 1.1.6.zip │ ├── 1.2.6.bin │ └── 1.2.6.zip └── DRV │ ├── 1.5.2.bin │ ├── 1.5.2.bin.enc │ ├── 1.5.2.zip │ ├── 1.5.5.bin │ ├── 1.5.5.bin.enc │ ├── 1.5.5.zip │ ├── 1.6.0.bin │ ├── 1.6.0.bin.enc │ ├── 1.6.0.zip │ ├── 1.7.1.bin │ ├── 1.7.1.bin.enc │ └── 1.7.1.zip ├── pro2 ├── BLE │ ├── 1.2.9.bin │ ├── 1.2.9.zip │ ├── 1.3.2.bin │ ├── 1.3.2.zip │ ├── 1.3.4.bin │ ├── 1.3.4.zip │ ├── 1.3.6.bin │ └── 1.3.6.zip ├── BMS │ ├── 1.2.8.bin │ ├── 1.2.8.zip │ ├── 1.4.1.bin │ └── 1.4.1.zip └── DRV │ ├── 2.2.3.bin │ ├── 2.2.3.bin.enc │ ├── 2.2.3.zip │ ├── 2.2.4.bin │ ├── 2.2.4.bin.enc │ ├── 2.2.4.zip │ ├── 2.3.6.bin │ ├── 2.3.6.bin.enc │ ├── 2.3.6.zip │ ├── 2.4.7.bin │ ├── 2.4.7.bin.enc │ ├── 2.4.7.zip │ ├── 2.5.2 (Downgrade).bin │ ├── 2.5.2 (Downgrade).bin.enc │ ├── 2.5.2 (Downgrade).zip │ ├── 2.5.2.bin │ ├── 2.5.2.bin.enc │ └── 2.5.2.zip └── t15 ├── BLE ├── 1.1.3.bin ├── 1.1.3.bin.enc ├── 1.1.3.zip ├── 1.1.4.bin ├── 1.1.4.bin.enc └── 1.1.4.zip ├── BMS ├── 1.1.7.bin ├── 1.1.7.bin.enc └── 1.1.7.zip └── DRV ├── 1.1.6.bin ├── 1.1.6.bin.enc ├── 1.1.6.zip ├── 1.1.7.bin ├── 1.1.7.bin.enc └── 1.1.7.zip /1s/BLE/1.2.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/BLE/1.2.9.bin -------------------------------------------------------------------------------- /1s/BLE/1.2.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/BLE/1.2.9.zip -------------------------------------------------------------------------------- /1s/BLE/1.3.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/BLE/1.3.2.bin -------------------------------------------------------------------------------- /1s/BLE/1.3.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/BLE/1.3.2.zip -------------------------------------------------------------------------------- /1s/BLE/1.3.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/BLE/1.3.4.bin -------------------------------------------------------------------------------- /1s/BLE/1.3.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/BLE/1.3.4.zip -------------------------------------------------------------------------------- /1s/BMS/1.2.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/BMS/1.2.8.bin -------------------------------------------------------------------------------- /1s/BMS/1.2.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/BMS/1.2.8.zip -------------------------------------------------------------------------------- /1s/BMS/1.4.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/BMS/1.4.1.bin -------------------------------------------------------------------------------- /1s/BMS/1.4.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/BMS/1.4.1.zip -------------------------------------------------------------------------------- /1s/DRV/2.2.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/2.2.1.bin -------------------------------------------------------------------------------- /1s/DRV/2.2.1.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/2.2.1.bin.enc -------------------------------------------------------------------------------- /1s/DRV/2.2.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/2.2.1.zip -------------------------------------------------------------------------------- /1s/DRV/2.2.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/2.2.5.bin -------------------------------------------------------------------------------- /1s/DRV/2.2.5.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/2.2.5.bin.enc -------------------------------------------------------------------------------- /1s/DRV/2.2.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/2.2.5.zip -------------------------------------------------------------------------------- /1s/DRV/3.0.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/3.0.4.bin -------------------------------------------------------------------------------- /1s/DRV/3.0.4.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/3.0.4.bin.enc -------------------------------------------------------------------------------- /1s/DRV/3.0.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/3.0.4.zip -------------------------------------------------------------------------------- /1s/DRV/3.1.9 (Downgrade).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/3.1.9 (Downgrade).bin -------------------------------------------------------------------------------- /1s/DRV/3.1.9 (Downgrade).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/3.1.9 (Downgrade).bin.enc -------------------------------------------------------------------------------- /1s/DRV/3.1.9 (Downgrade).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/3.1.9 (Downgrade).zip -------------------------------------------------------------------------------- /1s/DRV/3.1.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/3.1.9.bin -------------------------------------------------------------------------------- /1s/DRV/3.1.9.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/3.1.9.bin.enc -------------------------------------------------------------------------------- /1s/DRV/3.1.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/1s/DRV/3.1.9.zip -------------------------------------------------------------------------------- /d/d18/DRV/1.0.15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/d/d18/DRV/1.0.15.bin -------------------------------------------------------------------------------- /d/d18/DRV/1.0.15.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/d/d18/DRV/1.0.15.bin.enc -------------------------------------------------------------------------------- /d/d18/DRV/1.0.15.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/d/d18/DRV/1.0.15.zip -------------------------------------------------------------------------------- /d/d28/DRV/2.0.1.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/d/d28/DRV/2.0.1.8.bin -------------------------------------------------------------------------------- /d/d28/DRV/2.0.1.8.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/d/d28/DRV/2.0.1.8.bin.enc -------------------------------------------------------------------------------- /d/d28/DRV/2.0.1.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/d/d28/DRV/2.0.1.8.zip -------------------------------------------------------------------------------- /e/BLE/2.0.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BLE/2.0.9.bin -------------------------------------------------------------------------------- /e/BLE/2.0.9.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BLE/2.0.9.bin.enc -------------------------------------------------------------------------------- /e/BLE/2.0.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BLE/2.0.9.zip -------------------------------------------------------------------------------- /e/BLE/2.1.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BLE/2.1.2.bin -------------------------------------------------------------------------------- /e/BLE/2.1.2.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BLE/2.1.2.bin.enc -------------------------------------------------------------------------------- /e/BLE/2.1.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BLE/2.1.2.zip -------------------------------------------------------------------------------- /e/BLE/2.1.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BLE/2.1.3.bin -------------------------------------------------------------------------------- /e/BLE/2.1.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BLE/2.1.3.bin.enc -------------------------------------------------------------------------------- /e/BLE/2.1.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BLE/2.1.3.zip -------------------------------------------------------------------------------- /e/BMS/1.4.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BMS/1.4.9.bin -------------------------------------------------------------------------------- /e/BMS/1.4.9.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BMS/1.4.9.bin.enc -------------------------------------------------------------------------------- /e/BMS/1.4.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BMS/1.4.9.zip -------------------------------------------------------------------------------- /e/BMS/1.5.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BMS/1.5.8.bin -------------------------------------------------------------------------------- /e/BMS/1.5.8.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BMS/1.5.8.bin.enc -------------------------------------------------------------------------------- /e/BMS/1.5.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BMS/1.5.8.zip -------------------------------------------------------------------------------- /e/BMS/1.6.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BMS/1.6.0.bin -------------------------------------------------------------------------------- /e/BMS/1.6.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BMS/1.6.0.bin.enc -------------------------------------------------------------------------------- /e/BMS/1.6.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/BMS/1.6.0.zip -------------------------------------------------------------------------------- /e/DRV/2.3.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.3.9.bin -------------------------------------------------------------------------------- /e/DRV/2.3.9.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.3.9.bin.enc -------------------------------------------------------------------------------- /e/DRV/2.3.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.3.9.zip -------------------------------------------------------------------------------- /e/DRV/2.5.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.5.0.bin -------------------------------------------------------------------------------- /e/DRV/2.5.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.5.0.bin.enc -------------------------------------------------------------------------------- /e/DRV/2.5.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.5.0.zip -------------------------------------------------------------------------------- /e/DRV/2.5.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.5.5.bin -------------------------------------------------------------------------------- /e/DRV/2.5.5.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.5.5.bin.enc -------------------------------------------------------------------------------- /e/DRV/2.5.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.5.5.zip -------------------------------------------------------------------------------- /e/DRV/2.6.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.6.7.bin -------------------------------------------------------------------------------- /e/DRV/2.6.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.6.7.bin.enc -------------------------------------------------------------------------------- /e/DRV/2.6.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.6.7.zip -------------------------------------------------------------------------------- /e/DRV/2.6.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.6.8.bin -------------------------------------------------------------------------------- /e/DRV/2.6.8.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.6.8.bin.enc -------------------------------------------------------------------------------- /e/DRV/2.6.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.6.8.zip -------------------------------------------------------------------------------- /e/DRV/2.7.1 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.7.1 (Compat).bin -------------------------------------------------------------------------------- /e/DRV/2.7.1 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.7.1 (Compat).bin.enc -------------------------------------------------------------------------------- /e/DRV/2.7.1 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.7.1 (Compat).zip -------------------------------------------------------------------------------- /e/DRV/2.7.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.7.1.bin -------------------------------------------------------------------------------- /e/DRV/2.7.1.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.7.1.bin.enc -------------------------------------------------------------------------------- /e/DRV/2.7.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.7.1.zip -------------------------------------------------------------------------------- /e/DRV/2.7.2 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.7.2 (Compat).bin -------------------------------------------------------------------------------- /e/DRV/2.7.2 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.7.2 (Compat).bin.enc -------------------------------------------------------------------------------- /e/DRV/2.7.2 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/e/DRV/2.7.2 (Compat).zip -------------------------------------------------------------------------------- /esx/BLE/1.0.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.0.6.bin -------------------------------------------------------------------------------- /esx/BLE/1.0.6.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.0.6.bin.enc -------------------------------------------------------------------------------- /esx/BLE/1.0.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.0.6.zip -------------------------------------------------------------------------------- /esx/BLE/1.0.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.0.7.bin -------------------------------------------------------------------------------- /esx/BLE/1.0.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.0.7.bin.enc -------------------------------------------------------------------------------- /esx/BLE/1.0.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.0.7.zip -------------------------------------------------------------------------------- /esx/BLE/1.0.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.0.9.bin -------------------------------------------------------------------------------- /esx/BLE/1.0.9.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.0.9.bin.enc -------------------------------------------------------------------------------- /esx/BLE/1.0.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.0.9.zip -------------------------------------------------------------------------------- /esx/BLE/1.1.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.1.0.bin -------------------------------------------------------------------------------- /esx/BLE/1.1.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.1.0.bin.enc -------------------------------------------------------------------------------- /esx/BLE/1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BLE/1.1.0.zip -------------------------------------------------------------------------------- /esx/BMS/1.2.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.2.2.bin -------------------------------------------------------------------------------- /esx/BMS/1.2.2.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.2.2.bin.enc -------------------------------------------------------------------------------- /esx/BMS/1.2.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.2.2.zip -------------------------------------------------------------------------------- /esx/BMS/1.3.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.3.6.bin -------------------------------------------------------------------------------- /esx/BMS/1.3.6.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.3.6.bin.enc -------------------------------------------------------------------------------- /esx/BMS/1.3.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.3.6.zip -------------------------------------------------------------------------------- /esx/BMS/1.4.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.4.1.bin -------------------------------------------------------------------------------- /esx/BMS/1.4.1.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.4.1.bin.enc -------------------------------------------------------------------------------- /esx/BMS/1.4.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.4.1.zip -------------------------------------------------------------------------------- /esx/BMS/1.4.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.4.6.bin -------------------------------------------------------------------------------- /esx/BMS/1.4.6.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.4.6.bin.enc -------------------------------------------------------------------------------- /esx/BMS/1.4.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.4.6.zip -------------------------------------------------------------------------------- /esx/BMS/1.4.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.4.9.bin -------------------------------------------------------------------------------- /esx/BMS/1.4.9.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.4.9.bin.enc -------------------------------------------------------------------------------- /esx/BMS/1.4.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.4.9.zip -------------------------------------------------------------------------------- /esx/BMS/1.5.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.5.8.bin -------------------------------------------------------------------------------- /esx/BMS/1.5.8.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.5.8.bin.enc -------------------------------------------------------------------------------- /esx/BMS/1.5.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.5.8.zip -------------------------------------------------------------------------------- /esx/BMS/1.6.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.6.0.bin -------------------------------------------------------------------------------- /esx/BMS/1.6.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.6.0.bin.enc -------------------------------------------------------------------------------- /esx/BMS/1.6.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/BMS/1.6.0.zip -------------------------------------------------------------------------------- /esx/DRV/1.2.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.2.0.bin -------------------------------------------------------------------------------- /esx/DRV/1.2.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.2.0.bin.enc -------------------------------------------------------------------------------- /esx/DRV/1.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.2.0.zip -------------------------------------------------------------------------------- /esx/DRV/1.3.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.3.3.bin -------------------------------------------------------------------------------- /esx/DRV/1.3.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.3.3.bin.enc -------------------------------------------------------------------------------- /esx/DRV/1.3.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.3.3.zip -------------------------------------------------------------------------------- /esx/DRV/1.3.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.3.9.bin -------------------------------------------------------------------------------- /esx/DRV/1.3.9.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.3.9.bin.enc -------------------------------------------------------------------------------- /esx/DRV/1.3.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.3.9.zip -------------------------------------------------------------------------------- /esx/DRV/1.4.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.4.7.bin -------------------------------------------------------------------------------- /esx/DRV/1.4.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.4.7.bin.enc -------------------------------------------------------------------------------- /esx/DRV/1.4.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.4.7.zip -------------------------------------------------------------------------------- /esx/DRV/1.5.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.5.0.bin -------------------------------------------------------------------------------- /esx/DRV/1.5.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.5.0.bin.enc -------------------------------------------------------------------------------- /esx/DRV/1.5.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.5.0.zip -------------------------------------------------------------------------------- /esx/DRV/1.5.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.5.1.bin -------------------------------------------------------------------------------- /esx/DRV/1.5.1.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.5.1.bin.enc -------------------------------------------------------------------------------- /esx/DRV/1.5.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.5.1.zip -------------------------------------------------------------------------------- /esx/DRV/1.6.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.6.2.bin -------------------------------------------------------------------------------- /esx/DRV/1.6.2.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.6.2.bin.enc -------------------------------------------------------------------------------- /esx/DRV/1.6.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.6.2.zip -------------------------------------------------------------------------------- /esx/DRV/1.6.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.6.4.bin -------------------------------------------------------------------------------- /esx/DRV/1.6.4.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.6.4.bin.enc -------------------------------------------------------------------------------- /esx/DRV/1.6.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/esx/DRV/1.6.4.zip -------------------------------------------------------------------------------- /f/BLE/3.0.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/BLE/3.0.7.bin -------------------------------------------------------------------------------- /f/BLE/3.0.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/BLE/3.0.7.bin.enc -------------------------------------------------------------------------------- /f/BLE/3.0.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/BLE/3.0.7.zip -------------------------------------------------------------------------------- /f/DRV/5.3.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.3.bin -------------------------------------------------------------------------------- /f/DRV/5.3.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.3.bin.enc -------------------------------------------------------------------------------- /f/DRV/5.3.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.3.zip -------------------------------------------------------------------------------- /f/DRV/5.3.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.4.bin -------------------------------------------------------------------------------- /f/DRV/5.3.4.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.4.bin.enc -------------------------------------------------------------------------------- /f/DRV/5.3.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.4.zip -------------------------------------------------------------------------------- /f/DRV/5.3.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.6.bin -------------------------------------------------------------------------------- /f/DRV/5.3.6.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.6.bin.enc -------------------------------------------------------------------------------- /f/DRV/5.3.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.6.zip -------------------------------------------------------------------------------- /f/DRV/5.3.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.7.bin -------------------------------------------------------------------------------- /f/DRV/5.3.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.7.bin.enc -------------------------------------------------------------------------------- /f/DRV/5.3.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.3.7.zip -------------------------------------------------------------------------------- /f/DRV/5.4.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.4.8.bin -------------------------------------------------------------------------------- /f/DRV/5.4.8.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.4.8.bin.enc -------------------------------------------------------------------------------- /f/DRV/5.4.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.4.8.zip -------------------------------------------------------------------------------- /f/DRV/5.4.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.4.9.bin -------------------------------------------------------------------------------- /f/DRV/5.4.9.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.4.9.bin.enc -------------------------------------------------------------------------------- /f/DRV/5.4.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.4.9.zip -------------------------------------------------------------------------------- /f/DRV/5.8.14 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.8.14 (Compat).bin -------------------------------------------------------------------------------- /f/DRV/5.8.14 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.8.14 (Compat).bin.enc -------------------------------------------------------------------------------- /f/DRV/5.8.14 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.8.14 (Compat).zip -------------------------------------------------------------------------------- /f/DRV/5.8.4 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.8.4 (Compat).bin -------------------------------------------------------------------------------- /f/DRV/5.8.4 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.8.4 (Compat).bin.enc -------------------------------------------------------------------------------- /f/DRV/5.8.4 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f/DRV/5.8.4 (Compat).zip -------------------------------------------------------------------------------- /f2/BMS/1.2.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f2/BMS/1.2.1.bin -------------------------------------------------------------------------------- /f2/BMS/1.2.1.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f2/BMS/1.2.1.bin.enc -------------------------------------------------------------------------------- /f2/BMS/1.2.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f2/BMS/1.2.1.zip -------------------------------------------------------------------------------- /f2/DRV/1.4.15 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f2/DRV/1.4.15 (Compat).bin -------------------------------------------------------------------------------- /f2/DRV/1.4.15 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f2/DRV/1.4.15 (Compat).bin.enc -------------------------------------------------------------------------------- /f2/DRV/1.4.15 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f2/DRV/1.4.15 (Compat).zip -------------------------------------------------------------------------------- /f2/DRV/1.7.8 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f2/DRV/1.7.8 (Compat).bin -------------------------------------------------------------------------------- /f2/DRV/1.7.8 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f2/DRV/1.7.8 (Compat).bin.enc -------------------------------------------------------------------------------- /f2/DRV/1.7.8 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/f2/DRV/1.7.8 (Compat).zip -------------------------------------------------------------------------------- /g2/BLE/1.11.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BLE/1.11.0.bin -------------------------------------------------------------------------------- /g2/BLE/1.11.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BLE/1.11.0.bin.enc -------------------------------------------------------------------------------- /g2/BLE/1.11.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BLE/1.11.0.zip -------------------------------------------------------------------------------- /g2/BLE/1.6.10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BLE/1.6.10.bin -------------------------------------------------------------------------------- /g2/BLE/1.6.10.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BLE/1.6.10.bin.enc -------------------------------------------------------------------------------- /g2/BLE/1.6.10.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BLE/1.6.10.zip -------------------------------------------------------------------------------- /g2/BLE/1.7.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BLE/1.7.8.bin -------------------------------------------------------------------------------- /g2/BLE/1.7.8.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BLE/1.7.8.bin.enc -------------------------------------------------------------------------------- /g2/BLE/1.7.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BLE/1.7.8.zip -------------------------------------------------------------------------------- /g2/BMS/1.7.5.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.3.bin -------------------------------------------------------------------------------- /g2/BMS/1.7.5.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.3.bin.enc -------------------------------------------------------------------------------- /g2/BMS/1.7.5.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.3.zip -------------------------------------------------------------------------------- /g2/BMS/1.7.5.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.4.bin -------------------------------------------------------------------------------- /g2/BMS/1.7.5.4.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.4.bin.enc -------------------------------------------------------------------------------- /g2/BMS/1.7.5.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.4.zip -------------------------------------------------------------------------------- /g2/BMS/1.7.5.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.5.bin -------------------------------------------------------------------------------- /g2/BMS/1.7.5.5.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.5.bin.enc -------------------------------------------------------------------------------- /g2/BMS/1.7.5.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.5.zip -------------------------------------------------------------------------------- /g2/BMS/1.7.5.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.7.bin -------------------------------------------------------------------------------- /g2/BMS/1.7.5.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.7.bin.enc -------------------------------------------------------------------------------- /g2/BMS/1.7.5.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/BMS/1.7.5.7.zip -------------------------------------------------------------------------------- /g2/DRV/1.11.1 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.11.1 (Compat).bin -------------------------------------------------------------------------------- /g2/DRV/1.11.1 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.11.1 (Compat).bin.enc -------------------------------------------------------------------------------- /g2/DRV/1.11.1 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.11.1 (Compat).zip -------------------------------------------------------------------------------- /g2/DRV/1.4.4 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.4.4 (Compat).bin -------------------------------------------------------------------------------- /g2/DRV/1.4.4 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.4.4 (Compat).bin.enc -------------------------------------------------------------------------------- /g2/DRV/1.4.4 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.4.4 (Compat).zip -------------------------------------------------------------------------------- /g2/DRV/1.4.8 (40 kmh).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.4.8 (40 kmh).zip -------------------------------------------------------------------------------- /g2/DRV/1.4.8 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.4.8 (Compat).bin -------------------------------------------------------------------------------- /g2/DRV/1.4.8 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.4.8 (Compat).bin.enc -------------------------------------------------------------------------------- /g2/DRV/1.4.8 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.4.8 (Compat).zip -------------------------------------------------------------------------------- /g2/DRV/1.5.1 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.5.1 (Compat).bin -------------------------------------------------------------------------------- /g2/DRV/1.5.1 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.5.1 (Compat).bin.enc -------------------------------------------------------------------------------- /g2/DRV/1.5.1 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.5.1 (Compat).zip -------------------------------------------------------------------------------- /g2/DRV/1.7.0 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.7.0 (Compat).bin -------------------------------------------------------------------------------- /g2/DRV/1.7.0 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.7.0 (Compat).bin.enc -------------------------------------------------------------------------------- /g2/DRV/1.7.0 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.7.0 (Compat).zip -------------------------------------------------------------------------------- /g2/DRV/1.7.8 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.7.8 (Compat).bin -------------------------------------------------------------------------------- /g2/DRV/1.7.8 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.7.8 (Compat).bin.enc -------------------------------------------------------------------------------- /g2/DRV/1.7.8 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/g2/DRV/1.7.8 (Compat).zip -------------------------------------------------------------------------------- /lite/BLE/1.2.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/BLE/1.2.9.bin -------------------------------------------------------------------------------- /lite/BLE/1.2.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/BLE/1.2.9.zip -------------------------------------------------------------------------------- /lite/BLE/1.3.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/BLE/1.3.4.bin -------------------------------------------------------------------------------- /lite/BLE/1.3.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/BLE/1.3.4.zip -------------------------------------------------------------------------------- /lite/BMS/BMS128.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/BMS/BMS128.bin -------------------------------------------------------------------------------- /lite/BMS/BMS128.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/BMS/BMS128.zip -------------------------------------------------------------------------------- /lite/BMS/BMS141.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/BMS/BMS141.bin -------------------------------------------------------------------------------- /lite/BMS/BMS141.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/BMS/BMS141.zip -------------------------------------------------------------------------------- /lite/DRV/2.1.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.1.8.bin -------------------------------------------------------------------------------- /lite/DRV/2.1.8.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.1.8.bin.enc -------------------------------------------------------------------------------- /lite/DRV/2.1.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.1.8.zip -------------------------------------------------------------------------------- /lite/DRV/2.3.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.3.1.bin -------------------------------------------------------------------------------- /lite/DRV/2.3.1.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.3.1.bin.enc -------------------------------------------------------------------------------- /lite/DRV/2.3.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.3.1.zip -------------------------------------------------------------------------------- /lite/DRV/2.4.5 (Downgrade).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.4.5 (Downgrade).bin -------------------------------------------------------------------------------- /lite/DRV/2.4.5 (Downgrade).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.4.5 (Downgrade).bin.enc -------------------------------------------------------------------------------- /lite/DRV/2.4.5 (Downgrade).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.4.5 (Downgrade).zip -------------------------------------------------------------------------------- /lite/DRV/2.4.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.4.5.bin -------------------------------------------------------------------------------- /lite/DRV/2.4.5.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.4.5.bin.enc -------------------------------------------------------------------------------- /lite/DRV/2.4.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/lite/DRV/2.4.5.zip -------------------------------------------------------------------------------- /m365/BLE/0.7.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BLE/0.7.2.bin -------------------------------------------------------------------------------- /m365/BLE/0.7.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BLE/0.7.2.zip -------------------------------------------------------------------------------- /m365/BLE/0.8.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BLE/0.8.1.bin -------------------------------------------------------------------------------- /m365/BLE/0.8.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BLE/0.8.1.zip -------------------------------------------------------------------------------- /m365/BLE/0.9.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BLE/0.9.1.bin -------------------------------------------------------------------------------- /m365/BLE/0.9.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BLE/0.9.1.zip -------------------------------------------------------------------------------- /m365/BLE/1.2.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BLE/1.2.9.bin -------------------------------------------------------------------------------- /m365/BLE/1.2.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BLE/1.2.9.zip -------------------------------------------------------------------------------- /m365/BMS/1.0.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BMS/1.0.7.bin -------------------------------------------------------------------------------- /m365/BMS/1.0.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BMS/1.0.7.zip -------------------------------------------------------------------------------- /m365/BMS/1.1.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BMS/1.1.5.bin -------------------------------------------------------------------------------- /m365/BMS/1.1.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BMS/1.1.5.zip -------------------------------------------------------------------------------- /m365/BMS/1.2.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BMS/1.2.6.bin -------------------------------------------------------------------------------- /m365/BMS/1.2.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/BMS/1.2.6.zip -------------------------------------------------------------------------------- /m365/DRV/1.3.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.3.0.bin -------------------------------------------------------------------------------- /m365/DRV/1.3.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.3.0.bin.enc -------------------------------------------------------------------------------- /m365/DRV/1.3.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.3.0.zip -------------------------------------------------------------------------------- /m365/DRV/1.3.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.3.4.bin -------------------------------------------------------------------------------- /m365/DRV/1.3.4.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.3.4.bin.enc -------------------------------------------------------------------------------- /m365/DRV/1.3.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.3.4.zip -------------------------------------------------------------------------------- /m365/DRV/1.3.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.3.8.bin -------------------------------------------------------------------------------- /m365/DRV/1.3.8.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.3.8.bin.enc -------------------------------------------------------------------------------- /m365/DRV/1.3.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.3.8.zip -------------------------------------------------------------------------------- /m365/DRV/1.4.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.0.bin -------------------------------------------------------------------------------- /m365/DRV/1.4.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.0.bin.enc -------------------------------------------------------------------------------- /m365/DRV/1.4.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.0.zip -------------------------------------------------------------------------------- /m365/DRV/1.4.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.1.bin -------------------------------------------------------------------------------- /m365/DRV/1.4.1.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.1.bin.enc -------------------------------------------------------------------------------- /m365/DRV/1.4.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.1.zip -------------------------------------------------------------------------------- /m365/DRV/1.4.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.2.bin -------------------------------------------------------------------------------- /m365/DRV/1.4.2.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.2.bin.enc -------------------------------------------------------------------------------- /m365/DRV/1.4.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.2.zip -------------------------------------------------------------------------------- /m365/DRV/1.4.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.3.bin -------------------------------------------------------------------------------- /m365/DRV/1.4.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.3.bin.enc -------------------------------------------------------------------------------- /m365/DRV/1.4.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.4.3.zip -------------------------------------------------------------------------------- /m365/DRV/1.5.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.5.6.bin -------------------------------------------------------------------------------- /m365/DRV/1.5.6.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.5.6.bin.enc -------------------------------------------------------------------------------- /m365/DRV/1.5.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/m365/DRV/1.5.6.zip -------------------------------------------------------------------------------- /max/BLE/1.1.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.0.bin -------------------------------------------------------------------------------- /max/BLE/1.1.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.0.bin.enc -------------------------------------------------------------------------------- /max/BLE/1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.0.zip -------------------------------------------------------------------------------- /max/BLE/1.1.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.3.bin -------------------------------------------------------------------------------- /max/BLE/1.1.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.3.bin.enc -------------------------------------------------------------------------------- /max/BLE/1.1.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.3.zip -------------------------------------------------------------------------------- /max/BLE/1.1.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.4.bin -------------------------------------------------------------------------------- /max/BLE/1.1.4.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.4.bin.enc -------------------------------------------------------------------------------- /max/BLE/1.1.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.4.zip -------------------------------------------------------------------------------- /max/BLE/1.1.7 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.7 (Compat).bin -------------------------------------------------------------------------------- /max/BLE/1.1.7 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.7 (Compat).bin.enc -------------------------------------------------------------------------------- /max/BLE/1.1.7 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.7 (Compat).zip -------------------------------------------------------------------------------- /max/BLE/1.1.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.7.bin -------------------------------------------------------------------------------- /max/BLE/1.1.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.7.bin.enc -------------------------------------------------------------------------------- /max/BLE/1.1.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BLE/1.1.7.zip -------------------------------------------------------------------------------- /max/BMS/1.3.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.3.4.bin -------------------------------------------------------------------------------- /max/BMS/1.3.4.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.3.4.bin.enc -------------------------------------------------------------------------------- /max/BMS/1.3.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.3.4.zip -------------------------------------------------------------------------------- /max/BMS/1.5.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.3.bin -------------------------------------------------------------------------------- /max/BMS/1.5.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.3.bin.enc -------------------------------------------------------------------------------- /max/BMS/1.5.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.3.zip -------------------------------------------------------------------------------- /max/BMS/1.5.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.5.bin -------------------------------------------------------------------------------- /max/BMS/1.5.5.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.5.bin.enc -------------------------------------------------------------------------------- /max/BMS/1.5.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.5.zip -------------------------------------------------------------------------------- /max/BMS/1.5.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.6.bin -------------------------------------------------------------------------------- /max/BMS/1.5.6.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.6.bin.enc -------------------------------------------------------------------------------- /max/BMS/1.5.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.6.zip -------------------------------------------------------------------------------- /max/BMS/1.5.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.8.bin -------------------------------------------------------------------------------- /max/BMS/1.5.8.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.8.bin.enc -------------------------------------------------------------------------------- /max/BMS/1.5.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.5.8.zip -------------------------------------------------------------------------------- /max/BMS/1.7.4.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.7.4.5.bin -------------------------------------------------------------------------------- /max/BMS/1.7.4.5.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.7.4.5.bin.enc -------------------------------------------------------------------------------- /max/BMS/1.7.4.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/BMS/1.7.4.5.zip -------------------------------------------------------------------------------- /max/DRV/1.2.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.2.6.bin -------------------------------------------------------------------------------- /max/DRV/1.2.6.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.2.6.bin.enc -------------------------------------------------------------------------------- /max/DRV/1.2.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.2.6.zip -------------------------------------------------------------------------------- /max/DRV/1.4.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.4.5.bin -------------------------------------------------------------------------------- /max/DRV/1.4.5.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.4.5.bin.enc -------------------------------------------------------------------------------- /max/DRV/1.4.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.4.5.zip -------------------------------------------------------------------------------- /max/DRV/1.5.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.5.1.bin -------------------------------------------------------------------------------- /max/DRV/1.5.1.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.5.1.bin.enc -------------------------------------------------------------------------------- /max/DRV/1.5.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.5.1.zip -------------------------------------------------------------------------------- /max/DRV/1.5.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.5.4.bin -------------------------------------------------------------------------------- /max/DRV/1.5.4.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.5.4.bin.enc -------------------------------------------------------------------------------- /max/DRV/1.5.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.5.4.zip -------------------------------------------------------------------------------- /max/DRV/1.6.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.6.0.bin -------------------------------------------------------------------------------- /max/DRV/1.6.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.6.0.bin.enc -------------------------------------------------------------------------------- /max/DRV/1.6.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.6.0.zip -------------------------------------------------------------------------------- /max/DRV/1.6.13 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.6.13 (Compat).bin -------------------------------------------------------------------------------- /max/DRV/1.6.13 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.6.13 (Compat).bin.enc -------------------------------------------------------------------------------- /max/DRV/1.6.13 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.6.13 (Compat).zip -------------------------------------------------------------------------------- /max/DRV/1.6.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.6.3.bin -------------------------------------------------------------------------------- /max/DRV/1.6.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.6.3.bin.enc -------------------------------------------------------------------------------- /max/DRV/1.6.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.6.3.zip -------------------------------------------------------------------------------- /max/DRV/1.8.11 (Compat).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.8.11 (Compat).bin -------------------------------------------------------------------------------- /max/DRV/1.8.11 (Compat).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.8.11 (Compat).bin.enc -------------------------------------------------------------------------------- /max/DRV/1.8.11 (Compat).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/max/DRV/1.8.11 (Compat).zip -------------------------------------------------------------------------------- /mi3/BLE/1.5.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/BLE/1.5.2.bin -------------------------------------------------------------------------------- /mi3/BLE/1.5.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/BLE/1.5.2.zip -------------------------------------------------------------------------------- /mi3/BMS/1.4.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/BMS/1.4.1.bin -------------------------------------------------------------------------------- /mi3/BMS/1.4.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/BMS/1.4.1.zip -------------------------------------------------------------------------------- /mi3/DRV/0.0.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.0.3.bin -------------------------------------------------------------------------------- /mi3/DRV/0.0.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.0.3.bin.enc -------------------------------------------------------------------------------- /mi3/DRV/0.0.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.0.3.zip -------------------------------------------------------------------------------- /mi3/DRV/0.1.6 (Downgrade).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.1.6 (Downgrade).bin -------------------------------------------------------------------------------- /mi3/DRV/0.1.6 (Downgrade).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.1.6 (Downgrade).bin.enc -------------------------------------------------------------------------------- /mi3/DRV/0.1.6 (Downgrade).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.1.6 (Downgrade).zip -------------------------------------------------------------------------------- /mi3/DRV/0.1.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.1.6.bin -------------------------------------------------------------------------------- /mi3/DRV/0.1.6.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.1.6.bin.enc -------------------------------------------------------------------------------- /mi3/DRV/0.1.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.1.6.zip -------------------------------------------------------------------------------- /mi3/DRV/0.1.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.1.7.bin -------------------------------------------------------------------------------- /mi3/DRV/0.1.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.1.7.bin.enc -------------------------------------------------------------------------------- /mi3/DRV/0.1.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/mi3/DRV/0.1.7.zip -------------------------------------------------------------------------------- /pro/BLE/0.9.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BLE/0.9.0.bin -------------------------------------------------------------------------------- /pro/BLE/0.9.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BLE/0.9.0.zip -------------------------------------------------------------------------------- /pro/BLE/1.1.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BLE/1.1.0.bin -------------------------------------------------------------------------------- /pro/BLE/1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BLE/1.1.0.zip -------------------------------------------------------------------------------- /pro/BLE/1.2.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BLE/1.2.2.bin -------------------------------------------------------------------------------- /pro/BLE/1.2.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BLE/1.2.2.zip -------------------------------------------------------------------------------- /pro/BLE/1.2.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BLE/1.2.5.bin -------------------------------------------------------------------------------- /pro/BLE/1.2.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BLE/1.2.5.zip -------------------------------------------------------------------------------- /pro/BMS/1.1.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BMS/1.1.6.bin -------------------------------------------------------------------------------- /pro/BMS/1.1.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BMS/1.1.6.zip -------------------------------------------------------------------------------- /pro/BMS/1.2.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BMS/1.2.6.bin -------------------------------------------------------------------------------- /pro/BMS/1.2.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/BMS/1.2.6.zip -------------------------------------------------------------------------------- /pro/DRV/1.5.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.5.2.bin -------------------------------------------------------------------------------- /pro/DRV/1.5.2.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.5.2.bin.enc -------------------------------------------------------------------------------- /pro/DRV/1.5.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.5.2.zip -------------------------------------------------------------------------------- /pro/DRV/1.5.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.5.5.bin -------------------------------------------------------------------------------- /pro/DRV/1.5.5.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.5.5.bin.enc -------------------------------------------------------------------------------- /pro/DRV/1.5.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.5.5.zip -------------------------------------------------------------------------------- /pro/DRV/1.6.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.6.0.bin -------------------------------------------------------------------------------- /pro/DRV/1.6.0.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.6.0.bin.enc -------------------------------------------------------------------------------- /pro/DRV/1.6.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.6.0.zip -------------------------------------------------------------------------------- /pro/DRV/1.7.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.7.1.bin -------------------------------------------------------------------------------- /pro/DRV/1.7.1.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.7.1.bin.enc -------------------------------------------------------------------------------- /pro/DRV/1.7.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro/DRV/1.7.1.zip -------------------------------------------------------------------------------- /pro2/BLE/1.2.9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BLE/1.2.9.bin -------------------------------------------------------------------------------- /pro2/BLE/1.2.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BLE/1.2.9.zip -------------------------------------------------------------------------------- /pro2/BLE/1.3.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BLE/1.3.2.bin -------------------------------------------------------------------------------- /pro2/BLE/1.3.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BLE/1.3.2.zip -------------------------------------------------------------------------------- /pro2/BLE/1.3.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BLE/1.3.4.bin -------------------------------------------------------------------------------- /pro2/BLE/1.3.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BLE/1.3.4.zip -------------------------------------------------------------------------------- /pro2/BLE/1.3.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BLE/1.3.6.bin -------------------------------------------------------------------------------- /pro2/BLE/1.3.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BLE/1.3.6.zip -------------------------------------------------------------------------------- /pro2/BMS/1.2.8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BMS/1.2.8.bin -------------------------------------------------------------------------------- /pro2/BMS/1.2.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BMS/1.2.8.zip -------------------------------------------------------------------------------- /pro2/BMS/1.4.1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BMS/1.4.1.bin -------------------------------------------------------------------------------- /pro2/BMS/1.4.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/BMS/1.4.1.zip -------------------------------------------------------------------------------- /pro2/DRV/2.2.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.2.3.bin -------------------------------------------------------------------------------- /pro2/DRV/2.2.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.2.3.bin.enc -------------------------------------------------------------------------------- /pro2/DRV/2.2.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.2.3.zip -------------------------------------------------------------------------------- /pro2/DRV/2.2.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.2.4.bin -------------------------------------------------------------------------------- /pro2/DRV/2.2.4.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.2.4.bin.enc -------------------------------------------------------------------------------- /pro2/DRV/2.2.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.2.4.zip -------------------------------------------------------------------------------- /pro2/DRV/2.3.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.3.6.bin -------------------------------------------------------------------------------- /pro2/DRV/2.3.6.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.3.6.bin.enc -------------------------------------------------------------------------------- /pro2/DRV/2.3.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.3.6.zip -------------------------------------------------------------------------------- /pro2/DRV/2.4.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.4.7.bin -------------------------------------------------------------------------------- /pro2/DRV/2.4.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.4.7.bin.enc -------------------------------------------------------------------------------- /pro2/DRV/2.4.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.4.7.zip -------------------------------------------------------------------------------- /pro2/DRV/2.5.2 (Downgrade).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.5.2 (Downgrade).bin -------------------------------------------------------------------------------- /pro2/DRV/2.5.2 (Downgrade).bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.5.2 (Downgrade).bin.enc -------------------------------------------------------------------------------- /pro2/DRV/2.5.2 (Downgrade).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.5.2 (Downgrade).zip -------------------------------------------------------------------------------- /pro2/DRV/2.5.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.5.2.bin -------------------------------------------------------------------------------- /pro2/DRV/2.5.2.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.5.2.bin.enc -------------------------------------------------------------------------------- /pro2/DRV/2.5.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/pro2/DRV/2.5.2.zip -------------------------------------------------------------------------------- /t15/BLE/1.1.3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/BLE/1.1.3.bin -------------------------------------------------------------------------------- /t15/BLE/1.1.3.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/BLE/1.1.3.bin.enc -------------------------------------------------------------------------------- /t15/BLE/1.1.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/BLE/1.1.3.zip -------------------------------------------------------------------------------- /t15/BLE/1.1.4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/BLE/1.1.4.bin -------------------------------------------------------------------------------- /t15/BLE/1.1.4.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/BLE/1.1.4.bin.enc -------------------------------------------------------------------------------- /t15/BLE/1.1.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/BLE/1.1.4.zip -------------------------------------------------------------------------------- /t15/BMS/1.1.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/BMS/1.1.7.bin -------------------------------------------------------------------------------- /t15/BMS/1.1.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/BMS/1.1.7.bin.enc -------------------------------------------------------------------------------- /t15/BMS/1.1.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/BMS/1.1.7.zip -------------------------------------------------------------------------------- /t15/DRV/1.1.6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/DRV/1.1.6.bin -------------------------------------------------------------------------------- /t15/DRV/1.1.6.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/DRV/1.1.6.bin.enc -------------------------------------------------------------------------------- /t15/DRV/1.1.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/DRV/1.1.6.zip -------------------------------------------------------------------------------- /t15/DRV/1.1.7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/DRV/1.1.7.bin -------------------------------------------------------------------------------- /t15/DRV/1.1.7.bin.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/DRV/1.1.7.bin.enc -------------------------------------------------------------------------------- /t15/DRV/1.1.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scooterhacking/firmware/af0ce271a5b83900d836de3b70fce8440c737b9d/t15/DRV/1.1.7.zip --------------------------------------------------------------------------------