Search found 2 matches
- Thu Dec 08, 2022 12:26 pm
- Forum: General Discussion
- Topic: ESP-NOW, custom OUI
- Replies: 2
- Views: 2356
ESP-NOW, custom OUI
ESP-NOW ist using Espressif OUI 0x18fe34 at two positions: ------------------------------------------------------------------------------------------------------------ | MAC Header | Category Code | Organization Identifier | Random Values | Vendor Specific Content | FCS | ---------------------------...
- Mon Nov 14, 2022 3:27 pm
- Forum: IDEs for ESP-IDF
- Topic: VSCode, debugging ESP32-C3, thb app_main does not stop at app_main
- Replies: 0
- Views: 1624
VSCode, debugging ESP32-C3, thb app_main does not stop at app_main
Hi folks, with the input from the form (thanks all) it was easy to get debugging working in vscode for the ESP32-C3. I connect to GPIO18/19 directly using USB. (Which is a great feature of the C3). with this launch.json { "version": "0.2.0", "configurations": [ { "type": "espidf", "name": "Launch", ...