envy/esp-knx-ip

Consistent spelling of GA/PA

spacegaier opened this issue · 0 comments

static address_t GA_to_address(uint8_t area, uint8_t line, uint8_t member)

static address_t PA_to_address(uint8_t area, uint8_t line, uint8_t member)

GA_to_address() and PA_to_address() are the only methods where GA and PA are spelled with capital letters. Everywhere else they are lower letters. This is a bit inconsistent and confusing.