DustinWatts / FreeTouchDeck

For interfacing with Windows/macOS/Linux using an ESP32, a touchscreen and BLE.
https://www.youtube.com/dustinwatts
MIT License
617 stars 124 forks source link

Configurator not showing right Numpad options #88

Closed saksholm closed 1 year ago

saksholm commented 2 years ago

There is an HTML/JS rendering bug on the configurator.

When choosing Numpad options for button and save it seems to work. But when come again after restarting it renders non-options. JSON data is ok.

clip from /config/menu2.json:

"button1": {
    "latch": false,
    "latchlogo": "",
    "actionarray": [
      "9",
      "12",
      "12"
    ],
    "valuearray": [
      "1",
      "2",
      "3"
    ]
  },

Screenshot 2022-05-04 at 12 16 10 Screenshot 2022-05-04 at 12 17 13

saksholm commented 2 years ago

The problem is not only with Numpad's actions... Noticed the same thing also with Function Keys. So there is some generic bug somewhere.

github-actions[bot] commented 1 year ago

This issue has been stale for a while now