fredlcore / BSB-LAN

LAN/WiFi interface for Boiler-System-Bus (BSB) and Local Process Bus (LPB) and Punkt-zu-Punkt Schnittstelle (PPS) with a Siemens® controller used by Elco®, Brötje® and similar heating systems
220 stars 83 forks source link

Fixed list of compiled modules for /C #575

Closed DE-cr closed 1 year ago

DE-cr commented 1 year ago

I had noticed that CUSTOM_COMMAND appeared twice in my list of "installed modules".

When checking the code, I also noticed that it checks for a "module" by the name of URLCONFIG, for which I could not find any #define in BSB-LAN's source files, and that the following defines from BSB_LAN_config.h where not checked for inclusion in the list of "installed modules" in url /C:

Here's what I did in this PR for the "installed modules" check in BSB_LAN.ino: