Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 636e76a2 authored by Samuel Pascua's avatar Samuel Pascua
Browse files

Synapse: fix wrong unit in frequency

parent a2cf64ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ sections:[
$(cat /sys/devices/system/cpu/busfreq/int_volt_table | while read FREQ VOLT; do
	cat << EOF1
				{ SSeekBar:{
					title:"$FREQ MHz",
					title:"$FREQ KHz",
					max:1300000, min:600000, unit:" uV", step:12500,
					default:$VOLT,
					action:"int -v /sys/devices/system/cpu/busfreq/int_volt_table $FREQ"
@@ -32,7 +32,7 @@ done)
$(cat /sys/devices/system/cpu/busfreq/int_volt_table | while read FREQ VOLT; do
	cat << EOF2
				{ SSeekBar:{
					title:"$FREQ MHz",
					title:"$FREQ KHz",
					max:1300000, min:600000, unit:" uV", step:50000,
					default:$VOLT,
					action:"mif -v /sys/devices/system/cpu/busfreq/mif_volt_table $FREQ"