### CircuitPython version ```python Adafruit CircuitPython 9.0.0 on 2024-03-19; M5Stack Dial with ESP32S3 ``` ### Code/REPL ```python 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_