…
I have already placed buttons at the ends of the drop-down lists for both frequency and core voltage, I just haven't been able to work out the code that goes along with a mouse click. My question is, do you know how to do this?
Any help would be appreciated...
Have a look at
main/http_server/axe-os/src/app/components/settings/settings.component.ts
updateSystem() on Line 105
main/http_server/axe-os/src/app/components/edit/edit.component.html
Line 93
main/http_server/axe-os/src/app/services/system.service.ts
Line 81
I have never looked into saving the settings and don't understand everything straight away.
Good luck!