diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,6 +40,7 @@ Infrastructure configs, some maybe included in pi_config dir - /etc/modules-load.d/wireguard.conf autostart load wireguard kernel module, see <https://wiki.archlinux.org/title/Kernel_module#systemd> - /etc/nftables.conf nftables firewall configs - ~/.ssh/know_hosts remote plot default use ssh public key authentication so you need to add your ssh public key to this file or via something like `ssh-copy-id Spartan_Racing_Charger@10.0.0.9` + - /etc/ssh/sshd_config disable sshd root login - server and laptop: - wireguard related configs - files in /etc/wireguard, see below @@ -122,7 +123,7 @@ remote_plot future improvements - There's maybe a bug for the expander of choosing voltage and temperature not able to swipe to scroll. So user have to press right side scroll bar to scroll. This bug maybe due to the code does not use a scrolled window for each expander. I guess so because I only use one scrolled window for the whole GUI. Adding one scrolled window for each expander may help, but I haven't tested it. Maybe there are other ways to fix it with gtk. gtk definitely is touch friendly. I personlly use [phosh](https://gitlab.gnome.org/World/Phosh/phosh) as my touch screen pinephone's GUI shell, it uses gtk and it is touch friendly. - More platform independent - Show min/avg/max in a table -- Better error checks and handling +- Better error checks and handling. More input check and other checks On raspberry pi, I saved some temporary files I used to work on like git repos in ~/test. Those files can be cleaned if you want. |
