Skip to content

error printf for uint64_t,...  #5430

Closed
Closed
@TienHuyIoT

Description

@TienHuyIoT

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions