Skip to content

M5Stack Dial with ESP32S3 memory seems not right #9120

Open
@tonyhuang1962

Description

@tonyhuang1962

CircuitPython version

Adafruit CircuitPython 9.0.0 on 2024-03-19; M5Stack Dial with ESP32S3

Code/REPL

import gc       
gc.collect()
start_mem = gc.mem_free()
print( "Available memory: {} bytes".format(start_mem) )

Behavior

Available memory: 162912 bytes

Description

This memory seems not right for M5Stack Dial with ESP32S3 ?

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    boardNew board or update to a single boardbugesp32-s3

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions