SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
146 stars 80 forks source link

Configurable - Bad Request error when saving data #618

Open AWeerWolf opened 2 years ago

AWeerWolf commented 2 years ago

I try to use the Configurable with the following lines : const char* SKVariable_Config_Path = "/afficheur/skVariablePath"; auto Conf_SKVariable_Path = new Configurable(SKVariable_Config_Path, "SK Variable Path", 1000);

The configurable appears in the Web UI but when trying the save I get "Bad Request" error. image

image