This repository contains boot.py
for T-Watch 2020, programmable smart watch based on ESP32.
Applies to micropython firmware only.
- Charging parameters. Default charging parameters are 4.2V / 500mA while the stock firmware sets the latter to 300mA. To make sure high currents do not damage the battery this script sets the charging current to the minimal value 300mA.
Copy boot.py
to the board and the settings will apply on the next reboot.
rshell --port /dev/ttyUSB0 cp boot.py /pyboard/
Adjust the file as you need it.
BSD 2-clause