grblHAL / core

grblHAL core code and master Wiki
Other
305 stars 74 forks source link

Web builder loss of EEPROM settings on json load #445

Closed calabr closed 4 months ago

calabr commented 4 months ago

Playing with firmware for STM32F4xx I found the Web builder always resets EEPROM plugin to "no" after loading .json file. Any STM32 with flash enabled works the same. If firmware config made in web builder, it's creating correct firmware, but if .json saved locally and than loaded EEPROM always set to "no". Test to reproduce: STM32F4xx Devtronic CNC go to plugins - EEPROM 24x16 enabled by default save .json load .json EEPROM become NO

The same behaviour also with STM32F1xx

terjeio commented 4 months ago

Thanks for reporting, should be ok now.

calabr commented 4 months ago

Thank you for fast reaction! Now it's works correctly.

Web builder page should be forced reloaded ( with SHIFR reload) to renew HTML page