Search found 2 matches
- Fri Oct 01, 2021 7:23 pm
- Forum: IDEs for ESP-IDF
- Topic: Blink example builds but doesn't appear to run.
- Replies: 1
- Views: 2759
Blink example builds but doesn't appear to run.
Modified the blink example to not blink an LED (as my Solo-1 DevkitC doesn't have a user-controllable LED). void app_main(void) { /* Configure the IOMUX register for pad BLINK_GPIO (some pads are muxed to GPIO on reset already, but some default to other functions and need to be switched to GPIO. Con...
- Fri Oct 01, 2021 6:23 pm
- Forum: ESP-IDF
- Topic: Blink example not running?
- Replies: 12
- Views: 12028
Blink example not running?
Attempting to run the blink example. Hardware: ESP32-DevKitC-S1 (ESP32-SOLO-1 on DevKitC) I'm following the documentation found here: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/ONBOARDING.md I've ran into three issues. 1. Expired certificate issue, ended up modifying my d...