jef-sure
this is esp32-c3 mcu. OutpuEnablePin is pulled up with 10kohm resistor. why after reset during mcu initialisation for short time there's 0 on that pin?
GitHub Copilot
This behavior is expected on ESP32-C3 (and most ESP32 chips) due to the default state of GPIOs during reset and boot:
GPIOs are configured as inputs by default after reset. If you have a 10k pull-up resistor on OutputEnablePin (GPIO0), the pin should be high when floating.