Changes

Jump to navigation Jump to search

X728

290 bytes removed, 10:16, 27 July 2023
Released on 27th July. 2023;
Adds battery charging control via GPIO16<pre>"CHG Ctrl" - Short : battery automatic charging when powe adapter connected"CHG Ctrl" - Open : GPIO16 output stays high - Charging enabled, GPIO16 output stays low and this function is only suitable for advanced players, please refer to [[X728- Charging disabled, script]] for specific usage.
echo "16" > /sys/class/gpio/export
echo "out" > /sys/class/gpio/gpio16/direction
 
# Enable charging
echo "1" > /sys/class/gpio/gpio16/value
 
# Disable charging
echo "0" > /sys/class/gpio/gpio16/value
</pre>
===X728 V2.3===
Released on 20th Aug. 2022;

Navigation menu