microsoft / devicescript-esp32

Jacdac wired protocol implementation for ESP32
MIT License
23 stars 5 forks source link

Problem with ESP32 DevKit M pinout #13

Open StefanWerW opened 1 year ago

StefanWerW commented 1 year ago

In the "@dsboard/esp32s3_devkit_m" some pins are to set up correctly for ESP32-DevKit-M

For example, the pin 49 is set to Input only, but in the docs and the image below, 46 should be Input and Output.

image

I think it is getting this config from the arch.json, but its not correct for DevKit M.

Also I am trying to write a Liligo t-display-s3 board config, but I don't know how to overwrite this config.

image

pelikhan commented 1 year ago

@mmoskal do you have this board?

mmoskal commented 1 year ago

I have updated the config (though it's a few more steps to get it into devicescript, so be patient). The 46-input-only config was probably copied from S2. Do you see any other problems with pin functions?