Files
MicroPythonOS/internal_filesystem/lib
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
2026-01-26 15:12:01 +01:00
2026-01-26 15:04:32 +01:00
2025-05-22 21:06:02 +02:00
2025-05-19 10:08:43 +02:00
2025-07-02 12:43:01 +02:00
2025-10-29 09:34:54 +01:00
2025-05-20 14:47:19 +02:00
2026-01-26 15:12:01 +01:00
2025-05-20 15:12:30 +02:00
2025-05-19 11:21:54 +02:00
2025-05-19 10:08:43 +02:00
2025-05-19 21:19:01 +02:00