aboutsummaryrefslogtreecommitdiffhomepage
path: root/Flashing/flash_ts100_linux.sh
AgeCommit message (Collapse)Author
2021-12-27update flash_ts100_linux.shslycordinator
Change to more generic /bin/sh script * added support for using on shells that don't have UID variable; uses UID if it's available and calls "id -u" when it's not * modified quoting as recommended by shellcheck * changed to not use "$?" to check for failure. Now uses "if ! (command); then (fail condition); fi" for when a command fails
2021-01-06Update flash_ts100_linux.shHanaO00
2019-11-30Update Linux flash scriptAlex Wigen
Miwer commented in issue #11 that on Mint 17.3 lsblk does not escape potentially unsafe characters like it does on Fedora (lsblk v2.32.1). So broaden the grep match expression to catch both posibilities.
2017-09-12Fillout settings functionsBen V. Brown
Settings menu works Movement working & TMP calibrated Tip reading sensibily Accuracy seems ok Trimmed down overshoot by biasing integral Saving to flash working, detailed idle Sleep mode Description scrolls Building for DFU working Motion detection update Use manual alg instead, using highpass filter, then sum current change vs rolling average Re-shuffle the pwm code organisation