In the esp8266 based boards, the code for the API POST to AirGradient servers uses ESP.getChipId(), HEX
to get a short version of the MAC as the Serial No. that is only 6 characters long.
In the more recent boards that use ESP32-C3 chips, it was changed to use the normalized MAC which is the full 12 character of the MAC without any : between them.
Is there any plan to allow the older boards to use the full MAC, or to switch the newer ones to using the ChipID that is 6 characters?
The inconsistency is causing some manageability issues with my ESPHome configuration as I can’t use the same REST POST methods between the two boards since the ID has changed and just wondering if there are plans to sync them up, one way or the other.