ramapcsx2 / gbs-control

GNU General Public License v3.0
784 stars 110 forks source link

GBS-C options greyed out #347

Closed deanodley closed 2 years ago

deanodley commented 2 years ago

Hi - I'm not sure how or when this issue started... When I flashed the ESP8266 initially all settings could be toggled, but now almost all are greyed-out. I have tried re-flashing the ESP using both "only sketch" and then "all flash contents" but the issue persists.

Some of the options will change when clicked, as indicated in the developer console, but the UI does not update. The one I actually want to disable "matched presets" does not toggle or change in the UI or developer window.

It doesn't seem to matter if a signal is present or not.

Any help would be appreciated. Thank You in advance.

greyedOut .

deanodley commented 2 years ago

I found a solution which may be useful for someone else in the future. The described behavior happens when there is no preset selected. Selecting any saved preset, or the empty one, enables access to the settings again. There appears to be a quirk in the UI which allows this scenario to happen.

kimbapslice commented 2 years ago

I found a solution which may be useful for someone else in the future. The described behavior happens when there is no preset selected. Selecting any saved preset, or the empty one, enables access to the settings again. There appears to be a quirk in the UI which allows this scenario to happen.

Thank you, your workaround was extremely helpful as I was running into the same issue as I built the gbs control and thought I wired things incorrectly.