wellenvogel / esp32-nmea2000

nmea2000 gateway with ESP32
GNU General Public License v2.0
60 stars 23 forks source link

config values of type boatData will always fall back to "AWA" when loding the config page #16

Closed wellenvogel closed 2 years ago

wellenvogel commented 2 years ago

Whenever the config UI is loaded all values of type boatData will fallback to "AWA" (the first in the list of boatValues).

wellenvogel commented 2 years ago

When analyzing it turnded out that the value of the select fields got lost as the list of options is still empty when the value is being set. Furthermore all selects will suffer from a similar problem if the current value is not part of the select list.

wellenvogel commented 2 years ago

closed with https://github.com/wellenvogel/esp32-nmea2000/releases/tag/20220301