Search found 4 matches

by abuhanzala
Wed Sep 18, 2024 7:08 am
Forum: ESP-IDF
Topic: `idf.py reconfigure` Not Updating Git-Only Components
Replies: 3
Views: 677

Re: `idf.py reconfigure` Not Updating Git-Only Components

Sounds frustrating! Instead of manually removing and re-adding the component, try using idf.py fullclean before running idf.py reconfigure—it clears out cached components and might help pull the latest changes from git. Also, make sure your idf_components.yml is set to track the latest commit or tag...
by abuhanzala
Tue Sep 17, 2024 6:40 am
Forum: ESP RainMaker
Topic: IOS Rainmaker App V3.2.1 On Wifi Provisioning SOFTAP
Replies: 9
Views: 1877

Re: IOS Rainmaker App V3.2.1 On Wifi Provisioning SOFTAP

Same issue here! The app crashes right after entering WiFi info. Hoping for a fix soon.
by abuhanzala
Mon Sep 16, 2024 5:08 am
Forum: Showcase
Topic: DIY Advanced IoT Password Vault Synced With Desktop App Via Google Firebase
Replies: 6
Views: 5322

Re: DIY Advanced IoT Password Vault Synced With Desktop App Via Google Firebase

Great update! Love the addition of credit card and note support. The faster navigation is a huge plus too. Looking forward to trying it out!
by abuhanzala
Sat Sep 14, 2024 8:48 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF 1.8.0 Debugging won't start
Replies: 3
Views: 3533

Re: ESP-IDF 1.8.0 Debugging won't start

Hey Brian, I’ve run into similar issues with VSCode and ESP-IDF debugging in the past. The port configuration issue sounds tricky. Have you tried updating the ESP-IDF extension or reinstalling the GDB debugger? Sometimes a fresh install resolves odd behavior with ports not being detected properly. A...