You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
increased dumping of logfile by factor 5 / as long as we still have memory left, you can increase logbuflen from 100 to 1000 to increase transfer speed from approx. 16 to 18 kB/s
adjusted burner activity monitoring based on broadcast messages for Brötje systems
removed definement PROGNR_5895 because so far, it has only disabled an ENUM definition.
removed definement PROGNR_6030 because double command ID could be resolved via BROETJE / non-BROETJE definements
renamed BROETJE_SOB to BROETJE in order to allow for fine-grained distinction between different cases (e.g. 6800ff)
This means you have to activate TWO definements when using a Brötje system now: The general BROETJE as well as BROETJE_SOB or BROETJE_BSW.
Have a look at your serial log for parameters 6800 to see which command IDs fit your system and activate one of both accordingly.
changed 16-Bit addressing of flash memory to 32-Bit to address crashes due to ever growing PROGMEM tables - now we have lots of air to breathe again for new command IDs :)
removed trailing \0 string from several ENUMs that led to wrong ENUM listings. Please keep in mind not to end ENUMs with a trailing \0 !