Open scott8 opened 10 months ago
Looking at this; it is a negated test;
https://github.com/jeffmer/TTGO-T-watch-2020-Micropython-OS/blob/359a0da3b35ed387ca1e3e3780a01fdb4640dc2a/src/install.sh#L69
..so V1 and V2 boards get the GPS stuff but not V3? I'm confused. Only V2 has GPS. Why construct the test this way?
afik it should be:
if [[ $(grep -Rl 'VERSION = 2' config.py) == "config.py" ]]
The install script checks for version 3 before installing GPS-related code. It should be version 2.