Advertisement
Guest User

Untitled

a guest
Nov 14th, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. root@DietPi:~# cat /etc/rockpi-sata.conf
  2. [fan]
  3. # When the temperature is above lv0 (35'C), the fan at 25% power,
  4. # and lv1 at 50% power, lv2 at 75% power, lv3 at 100% power.
  5. # When the temperature is below lv0, the fan is turned off.
  6. # You can change these values if necessary.
  7. lv0 = 15
  8. lv1 = 20
  9. lv2 = 25
  10. lv3 = 30
  11.  
  12. [key]
  13. # You can customize the function of the key, currently available functions are
  14. # slider: oled display next page
  15. # switch: fan turn on/off switch
  16. # reboot, poweroff
  17. # If you have any good suggestions for key functions,
  18. # please add an issue on https://setq.me/rockpi-sata
  19. click = slider
  20. twice = switch
  21. press = none
  22.  
  23. [time]
  24. # twice: maximum time between double clicking (seconds)
  25. # press: long press time (seconds)
  26. twice = 0.7
  27. press = 1.8
  28.  
  29. [slider]
  30. # Whether the oled auto display next page and the time interval (seconds)
  31. auto = true
  32. time = 10
  33.  
  34. [oled]
  35. # Whether rotate the text of oled 180 degrees, whether use Fahrenheit
  36. rotate = false
  37. f-temp = false
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement