bozimmerman/Zimodem

GPIO_NUM_0 pin conflict

Closed this issue · 3 comments

It seems GPIO_NUM_0 is used for both PIN_FACTORY_RESET and DEFAULT_PIN_WIFI

The DEFAULT_PIN_WIFI is only used when you have LEDs enabled, and the design that currently uses that is based on the esp8266, so the PIN_FACTORY_RESET doesn't apply to that build.

I was considering using LEDs with an esp32. This is why I saw this.

I would just pick a different open pin on the esp32, on the 8266 choices are a bit scarce. Maybe if you also provide a sample circuit, we could have different default pins for the 8266/esp32.