whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 222 forks source link

GPIO9 if use LoRa #392

Closed jnogues closed 2 years ago

jnogues commented 3 years ago

If I use Lora module, GPIO9 is available for use it ? Or is not possible?

Regards

elsbiet commented 2 years ago

it depends how you have configured the io-pins. have a look at sdkconfig. if gpio9 is not assigned to any peripheral you should be able to use it for your purpose without problems. you might want to reconfigure io-pins using make menuconfig.