void setup() { Serial.begin(115200); } void loop() { Serial.printf("Hardware ID: %s\r\n", api.system.chipId.get().c_str()); delay(1000); }