Files
MicroPythonOS/internal_filesystem
Antonio Cebrián 1d9ba8f814 Force M5Stack-Fire board detection for ESP32
M5Stack-Fire board detection should be:

i2c0 = I2C(0, sda=Pin(21), scl=Pin(22)) 
if {0x68} <= set(i2c0.scan()): # IMU (MPU6886)
    return "m5stack-fire"

But there are some pin incompatibilities between ESP32 and ESP32-S3 boards that don't allow I2C scan.
2026-02-07 17:28:56 +01:00
..
2026-02-02 09:09:49 +01:00
2025-04-27 22:11:57 +02:00