fonske / clack-reader-v3

Esphome component for Clack WS1 softener with TOF sensor saltlevel detection
7 stars 6 forks source link

Do NOT update to esphome 2023.12.0 #9

Closed kalpik closed 7 months ago

kalpik commented 7 months ago

I updated this morning, and now the board is not connecting to wifi. I'll take it out and try to flash it via USB.

Got a lot of warnings about:

: warning: "ARDUINO_USB_CDC_ON_BOOT" redefined : note: this is the location of the previous definition : warning: "ARDUINO_USB_CDC_ON_BOOT" redefined : note: this is the location of the previous definition Compiling .pioenvs/clack/FrameworkArduino/libb64/cencode.c.o
kalpik commented 7 months ago

Was able to recover by flashing back 2023.11.6 via USB cable.

kalpik commented 7 months ago

esphome 2023.12.2 is safe to flash again. But still get warnings about ARDUINO_USB_CDC_ON_BOOT

fonske commented 7 months ago

I have removed the -DARDUINO_USB_CDC_ON_BOOT=0 build flag in board-esp32-wemos-s3.yaml. No more warnings during compiling so i will close this issue.