Sample Code: uint64_t i = 12345678901234; Serial.begin(115200); Serial.printf("\r\nTest: %llu", i); Get: "Test: lu" But, i try test with ESP32. I get "Test: 12345678901234". How to solve for esp8266