Search found 72 matches

by martins
Wed Oct 22, 2025 6:48 am
Forum: IDEs for ESP-IDF
Topic: Very disappointed in the decision to use the C/C++ (LSP) editor
Replies: 18
Views: 41153

Re: Very disappointed in the decision to use the C/C++ (LSP) editor

I recently got a project with MCU from different manufacturer who still uses classic old Eclipse editor... I haven't felt this productive for months with Espressif (both Eclipse and VSCode). I could actually work on the product instead of trying to figure out how to work with ever-changing ...
by martins
Fri Sep 05, 2025 7:16 am
Forum: IDEs for ESP-IDF
Topic: Disable autoclose brackets and comments (clang)
Replies: 5
Views: 8340

Re: Disable autoclose brackets and comments (clang)

Ok I just can't get the Textmate to indent at all. Tried adding some example indent rules, tried creating new workspace with example project, but when I press enter the cusror just goes to beginning of the line, no indentation, pretty much regardless of the settings. This should not be this hard ...
by martins
Fri Sep 05, 2025 6:00 am
Forum: IDEs for ESP-IDF
Topic: Disable autoclose brackets and comments (clang)
Replies: 5
Views: 8340

Re: Disable autoclose brackets and comments (clang)

Thats the template I was looking for, TYWM!
by martins
Thu Sep 04, 2025 10:18 am
Forum: IDEs for ESP-IDF
Topic: Disable autoclose brackets and comments (clang)
Replies: 5
Views: 8340

Re: Disable autoclose brackets and comments (clang)

@kondalkolipaka There it is, thank you very much!

I also see there are some indentation rules which could possibly do what I want, just no Idea how to edit those. Ideally regardless of the language used.
by martins
Tue Sep 02, 2025 11:15 am
Forum: IDEs for ESP-IDF
Topic: Disable autoclose brackets and comments (clang)
Replies: 5
Views: 8340

Disable autoclose brackets and comments (clang)

Does anyone know how to configure the clang so it does NOT autoclose my brackets and comments? Its super annoying.

Ideally I would like to autoclose only the `{ }` brackets in the way the old Eclipse editor did it: type `{`, press ENTER and the closing bracket is added with corect indentation ...
by martins
Tue Sep 02, 2025 10:58 am
Forum: IDEs for ESP-IDF
Topic: Which IDE Do You Use for ESP-IDF? Please Vote
Replies: 17
Views: 15158

Re: Which IDE Do You Use for ESP-IDF?


I am still working to know which is the least painful.


Same. Old Eclipse with `make` was problematic to setup at first, but once figured out it worked well. Then `Cmake` was introduced and added some flaws. Now the `clang` was introduced with even more flaws. From my point of view new features ...
by martins
Tue Sep 02, 2025 8:53 am
Forum: ESP-MDF
Topic: any specific forum for esp_mesh_lite?
Replies: 4
Views: 10429

Re: any specific forum for esp_mesh_lite?


Hi,
I'm new on this ESP32 Forum/ESP-MDF
I am developping a mesh_lite application and would like to know if this is the right place to post questions about mesh_lite or if there is a dedicated sub_forum?

Thanks a lot,
ojcrd_fr


ESP-MDF and ESP-Mesh-Lite are different products, so technically ...
by martins
Tue Apr 15, 2025 12:02 pm
Forum: General Discussion
Topic: NVS erased after OTA
Replies: 13
Views: 4373

Re: NVS erased after OTA

@erikha I vaguely remember there was some change regarding nvs encryption around v4.3, maybe this could point you in right direction: https://github.com/espressif/esp-idf/is ... 1354360178
by martins
Tue Apr 15, 2025 8:10 am
Forum: General Discussion
Topic: NVS erased after OTA
Replies: 13
Views: 4373

Re: NVS erased after OTA

@erikha In my case I've setup proper workflow using SECURE_VER with anti-rollback which prevents booting firmware with lower secure version than what is set in efuses. This way I can not run debug firmware on secured device.

Not sure if that was OP's issue tho.
by martins
Thu Apr 10, 2025 7:04 am
Forum: ESP-IDF
Topic: Esp32S3 : Is it possible to measure the ambient temperature using the temperature sensor ?
Replies: 4
Views: 278

Re: Esp32S3 : Is it possible to measure the ambient temperature using the temperature sensor ?

Temperature will also be very dependant on how long do they run.

If you want some resonable precision for ambient temerature measurement, just use external temperature sensor. You can also check datasheets, application notes or some general PCB guidelines for temperature sensors to see how to ...

Go to advanced search