Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Shortcuts for Log files to help with terminal (#402)
* Update oref0-setup.sh added all log files shortcuts to .bash_profile * Update oref0-setup.sh fix errors * Update oref0-setup.sh to avoid having wrong command run added log to end of alias * Sort treatments before calculating COB (#404) * sort treatments * sort treatments by actual datestamp * Create oref0-log-shortcuts.sh bash Script to add shortcuts to the OpenAPS logs * Update oref0-setup.sh Change log shortcuts to run during install from a Bash script. * Update package.json add oref0-log-shortcuts * Update oref0-setup.sh * Automatically copy pumpprofile.json & autotune.json from profile.json (#392) * auto copy pumpprofile.json & autotune.json from profile.json * allow manual users to run autotune by simply creating a settings/pumpprofile.json file, #392 * simple -> simply * Autotune: Porting to Python - oref0-autotune.py (#403) * bin/oref0-autotune.py initial * add notes, make autotune_core call easier to read * add nightscout log messages * remove nightscout url validation for now * ensure uniform date format for filenames * more date fixes * missing ( * more missing )s * add expand-user for DIRs with ~ or ~user * remove character with different encoding * fix missing bluetooth command line options in oref0-runagain.sh (#405) * Install missing jq dependency when --btpeb is set. (#408) * spidev5.1 already in use reboot (#411) * oref0-radio-reboot * oref0-radio-reboot * oref0-radio-reboot * wait 5m to reboot; cancel if it recovers by then * run oref0-radio-reboot in cron two more times before actually rebooting * /run/nologin only exists for 5m; run every minute * print extra newlines to clear old spidev5.1 errors faster * don't extend reboot time every minute * write cancelation to logfile * Changes to oref0-online (#396) Replace how we get the SSID, use iwgetid instead. Replace how we the IP of the wlan and beep interfaces to us the ip command. * Update oref0-setup.sh * simplify last remaining iwconfig * cp without -up on Mac (#416) * Delete Future Data for better recovery of Time on System during No network power on for edison (#413) * Create oref0-delete-future-entries.sh * Update package.json add oref0-delete-future-entries * Update oref0-setup.sh add oref0-delete-future-entries to a reboot in the cron * Update oref0-setup.sh * Alphabetize * remove extra whitespace
- Loading branch information