mirror of
https://github.com/mysensors/MySensors.git
synced 2026-02-20 01:21:27 +01:00
* Clarify that MY_HOSTNAME is only supported on ESP And remove redundant Doxygen define, that caused MY_HOSTNAME to show up twice in the documentation. * Fix double define of MY_RAM_ROUTING_TABLE_ENABLED MY_RAM_ROUTING_TABLE_ENABLED showed up twice in the docs. By reordering, the define only shows up once. I don't think DOXYGEN will be defined when anyone builds their sketches, so this change should not affect functionality. * Doxygen: Add check for multiple defines of same keyword * Fix unmatched ifdef * Add documentation for config struct for Linux gw This avoids the following doxygen warning: warning: Compound config is not documented.