john30/ebusd

Cannot set WLAN client 64 char password

BastelBaus opened this issue · 2 comments

Description

Trying to configure my WLAN password but seams I cannot set a 64 char password (only 63 chars)
grafik
grafik

Build: 20240106

Actual behavior

can only use 63 chars

Expected behavior

64 chars should still be OK

ebusd version

current source from git

ebusd arguments

used

Operating system

Debian 12 (Bookworm) / Ubuntu 22-23 / Raspberry Pi OS 12 (including lite)

CPU architecture

ESP32

Dockerized

None

Hardware interface

Adapter Shield v5 via USB

Related integration

No response

Logs

n/a

My quick fix was using repl command and set the nvs values manually ...
grafik

but quickfix did not work. trying to reconnect (sta) i got the error "error: unable to load from NVS". So I fear also the internal password variables are short by one byte ...

wrong repo. moved to john30/ebusd-esp32#50