Search found 19 matches

by ESP_Soumesh
Tue Dec 08, 2020 7:50 am
Forum: News
Topic: VS Code Youtube Tutorial Series
Replies: 0
Views: 16973

VS Code Youtube Tutorial Series

We have started youtube tutorial series focused on IDEs.

Our first video is an introductory / quick start for vs code extension, and will keep releasing new one's based on user reactions and suggestions

Image


You can also submit suggestion forms for future videos
by ESP_Soumesh
Tue Dec 08, 2020 7:47 am
Forum: IDEs for ESP-IDF
Topic: VS Code Youtube Tutorial Series
Replies: 8
Views: 29198

VS Code Youtube Tutorial Series

We have started youtube tutorial series focused on IDEs.

Our first video is an introductory / quick start for vs code extension, and will keep releasing new one's based on user reactions and suggestions

Image


You can also submit suggestion forms for future videos
by ESP_Soumesh
Tue Dec 08, 2020 5:45 am
Forum: IDEs for ESP-IDF
Topic: What IDE can be used for the ESP-MESH ?
Replies: 4
Views: 4625

Re: What IDE can be used for the ESP-MESH ?

We don't offer ESP-Mesh specific config/IDE, yet you can use both VS Code Extension or Eclipse Plugin for general ESP-IDF development.
by ESP_Soumesh
Tue Nov 17, 2020 9:42 am
Forum: IDEs for ESP-IDF
Topic: VS Code Extension Feedback
Replies: 2
Views: 15967

Re: VS Code Extension Feedback

Please open a Github Issue or new forum post, this thread is not monitored for queries and issues.
by ESP_Soumesh
Wed Sep 30, 2020 7:35 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VSC Extension, set upload baud rate
Replies: 9
Views: 12895

Re: ESP-IDF VSC Extension, set upload baud rate

But it does not reopen the monitor after the flash. Thats because we don't store the state of the monitor and flash should only flash and not open monitor, if you want please use the Build, Flash and start a monitor on your device command, which trigger build -> flash -> monitor More info here: htt...
by ESP_Soumesh
Tue Sep 29, 2020 5:24 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VSC Extension, set upload baud rate
Replies: 9
Views: 12895

Re: ESP-IDF VSC Extension, set upload baud rate

Thanks for the update. There is another bug. After you have flashed the part, and open the serial terminal. Make some changes to your code, recompile, and go to flash again it cant because the serial terminal is still open. When you flash, it should first check if the terminal is open, close it, th...
by ESP_Soumesh
Tue Sep 29, 2020 7:48 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VSC Extension, set upload baud rate
Replies: 9
Views: 12895

Re: ESP-IDF VSC Extension, set upload baud rate

Thanks for the update. There is another bug. After you have flashed the part, and open the serial terminal. Make some changes to your code, recompile, and go to flash again it cant because the serial terminal is still open. When you flash, it should first check if the terminal is open, close it, th...
by ESP_Soumesh
Tue Sep 29, 2020 7:31 am
Forum: IDEs for ESP-IDF
Topic: VSCODE ESP-IDF Ext - IDF menuconfig, White background!!!
Replies: 7
Views: 8201

Re: VSCODE ESP-IDF Ext - IDF menuconfig, White background!!!

Do we have the fix for it? If yes please share it! We have a fix, we are planing a release by this weekend (26-09-2020), once released if you are using extension from the marketplace your extension should update automatically. Thanks!! Eagerly waiting for the upadate! The fix is released in v0.5.0,...
by ESP_Soumesh
Thu Sep 24, 2020 7:32 am
Forum: IDEs for ESP-IDF
Topic: VSCODE ESP-IDF Ext - IDF menuconfig, White background!!!
Replies: 7
Views: 8201

Re: VSCODE ESP-IDF Ext - IDF menuconfig, White background!!!

abansal22 wrote:
Thu Sep 24, 2020 5:17 am
mitchjs wrote:
Wed Sep 23, 2020 11:53 pm
works... and thank you for the QUICK fix!
Do we have the fix for it? If yes please share it!
We have a fix, we are planing a release by this weekend (26-09-2020), once released if you are using extension from the marketplace your extension should update automatically.
by ESP_Soumesh
Wed Sep 23, 2020 7:01 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VSC Extension, set upload baud rate
Replies: 9
Views: 12895

Re: ESP-IDF VSC Extension, set upload baud rate

Also, can you guys please change the color scheme for IDF menuconfig, that White background with light gray text is the worst colors to choose. This is a bug caused from vs code side due to certain behaviours change, we have a fix and will release this ASAP. I press F1 then select ESP-IDF- Device C...