Search found 1 match
- Fri Jan 22, 2021 10:54 pm
- Forum: ESP32 Arduino
- Topic: Using arduino-esp32 as a component: 'SOC_GPIO_PIN_COUNT' was not declared in this scope
- Replies: 11
- Views: 13801
Re: Using arduino-esp32 as a component: 'SOC_GPIO_PIN_COUNT' was not declared in this scope
I have the same issue here. Just to add my two cents: I manually edited all references to SOC_GPIO_PIN_COUNT to GPIO_PIN_COUNT. If I then try to compile the project, I get a different error: [Codebox]'MHZ' was not declared in this scope[/Codebox] Both SOC_GPIO_PIN_COUNT and MHZ are defined under [Co...