ESP32 Thing Plus C Board ID

Is there a way to programmatically ID, ESP32 Thing Plus C (WRL-20168)? I’m using the same code on a Teensy 4.1 and and Thing Plus C, and need to determine at run time which one I’m on.

Thanks

dk23

You could try determining & appending the ESP32’s MAC address and send it along with its code; see https://randomnerdtutorials.com/get-cha … s-arduino/ and implement similar