jnsbyr / esp8266-intexsbh20

MQTT WiFi remote control for the Intex PureSpa SB-H20 and SJB-HS whirlpools
Other
64 stars 20 forks source link

error parsing config file: NoMemory #18

Closed vrsho closed 2 years ago

vrsho commented 2 years ago

HI,

when i enter mqtt user and password in config file it cannot be read cause of insufficient memory. In console i receive this error: error parsing config file: NoMemory.

vrsho commented 2 years ago

Okay i figured it out.

CONFIG_BUFFER_SIZE need to be increased.

jnsbyr commented 2 years ago

Good choice. This is a problem several users stumbled over after MQTT authentication was introduced without changing the buffer size. There is a merge request waiting (#17) that will fix this.

jnsbyr commented 2 years ago

fix, use https://github.com/jnsbyr/esp8266-intexsbh20/releases/tag/1.0.2.1