Oled updates#1
Open
TomOke wants to merge 35 commits into
Open
Conversation
…tage display on OLED display, improved uptime format.
more friendly output
Now it's checking is there any number which we have to delete. Examples (before this fix): Input: sda Output: sd Input: sda1 Output: sda Examples (after this fix): Input: sda Output: sda Input: sda1 Output: sda
Fixed wrongly deleted sd string name.
Recaftor the delete_disk_partition_number()
The systemd unit needs a requirement for `pigpiod.service` additional to the `After` Implements #5
Sleep a little bit when checking for key presses.
`p3` will be created and `join`ed on either way. No need to write duplicate code.
This writes everything the called script outputs on STDOUT and STDERR to syslog.
disks_temp configuration added.
Default settings restored.
Removed unnecessary spaces.
get_disk_temp_info() function added.
Disks temperature added to OLED.
Indentation error fixed.
Indentation errors fixed in misc.py
Disks temperature feature
feat(lib/systemd/system/rockpi-sata.service): use syslog as output
refactor(usr/bin/rockpi-sata/main.py): remove duplicate process creation
systemd unit should require pigpiod.service
feat(usr/bin/rockpi-sata/main.py): sleep in receive_key loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Significant changes in architecture and code from RaymonDrakon code. Provides page generators, linear fan speed, continuous data rate calculations on disk and network.