aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-06-16 02:26:33 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-06-16 02:26:33 -0700
commitb4d2dee8cec1498515da1c5cc5f1523a74009b77 (patch)
tree4357d9661ecca9e962e8ea5afcb15a82f5162a71
parent77bd836e33433e678f9db9b3af87a6b36bf32fbd (diff)
add readmeHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6a561b..a2ef5c3 100644
--- a/README.md
+++ b/README.md
@@ -123,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.