Search found 18 matches

by emaayan
Tue Jan 14, 2025 1:33 pm
Forum: General Discussion
Topic: cannot get clangd-format on espressif to work
Replies: 5
Views: 1493

Re: cannot get clangd-format on espressif to work

even after adding the --- it still isn't applied btw, i've never created this file in the first place it's there in all samples.
i'm assuming you don't need to do anything else other RCM source->format source.
by emaayan
Mon Jan 13, 2025 12:23 pm
Forum: General Discussion
Topic: cannot get clangd-format on espressif to work
Replies: 5
Views: 1493

Re: cannot get clangd-format on espressif to work

I think it should be called ".clang-format", not ".clangd-format"
it was .clang-format (i mystyped) , so that's not the problem.
by emaayan
Mon Jan 13, 2025 10:57 am
Forum: General Discussion
Topic: cannot get clangd-format on espressif to work
Replies: 5
Views: 1493

Re: cannot get clangd-format on espressif to work

it is, sorry my bad, the filename is .clang-format
by emaayan
Mon Jan 13, 2025 7:55 am
Forum: General Discussion
Topic: cannot get clangd-format on espressif to work
Replies: 5
Views: 1493

cannot get clangd-format on espressif to work

hi.. I'm using .clangd-format file in the root file, and I'm mainly trying to format it without breaking lines longer than 80 chars.
not matter what i do , it's still use the default format.
my file is:


# We'll use defaults from the LLVM style, but with some modifications so that it's close to ...
by emaayan
Sun Dec 15, 2024 6:49 am
Forum: IDEs for ESP-IDF
Topic: Very disappointed in the decision to use the C/C++ (LSP) editor
Replies: 18
Views: 41175

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



Hello,

I have published a blog post on why we have moved to the LSP Editor and what it offers. Please check here
https://developer.espressif.com/blog/espressif-ide-lsp-support/

Many users have been reporting that the Eclipse CDT Editor/Indexer is unable to resolve headers and compilation ...
by emaayan
Wed Nov 20, 2024 3:23 pm
Forum: ESP-IDF
Topic: cursor bounces back and forth to the beginning of a line after each keystroke
Replies: 0
Views: 1004

cursor bounces back and forth to the beginning of a line after each keystroke

hi, for some reason when i go into the console using the serial, every keystroke causes the cursor to bounce back the beginning of a line
and right back to the end of the line, it also hides the first character i type, not sure how to solve it. this is currently my code.
void console_begin ...
by emaayan
Mon Aug 28, 2023 4:23 pm
Forum: ESP-IDF
Topic: using USB as Ethernet via RNDIS?
Replies: 0
Views: 1252

using USB as Ethernet via RNDIS?

hi.. i've been looking around, and i think it's possible just not sure.

essentially i'd like to use the usb port in esp-s3 as something that would get or have a static IP as though it was an ethernet port
the objective is to free the wi-fi portion to scan for channels.
is that possilbe?
by emaayan
Tue Aug 08, 2023 6:55 am
Forum: IDEs for ESP-IDF
Topic: Build & Flash without Launching monitor?
Replies: 2
Views: 8184

Build & Flash without Launching monitor?

is there a way to execute build and flash WITHOUT automatically launching the esp-idf serial monitor?
i'm using Microsot SerialMonitor which is better in many ways, but it gets blockd if the other serial monitor jumps
by emaayan
Tue Aug 01, 2023 6:09 am
Forum: General Discussion
Topic: promiscuous mode in ESP32 SDK
Replies: 1
Views: 7033

Re: promiscuous mode in ESP32 SDK

to my understanding and code i saw this is the strcut

typedef struct
{
int16_t fctl; // frame control
int16_t duration; // duration id
uint8_t da[6]; // receiver address(addr1)
uint8_t sa[6]; // sender address(addr2)
uint8_t bssid[6]; // filtering address(addr3)
int16_t seqctl; // sequence ...
by emaayan
Sun Jul 30, 2023 6:55 pm
Forum: ESP-IDF
Topic: Getting a panic error during sniffing wifi
Replies: 0
Views: 6111

Getting a panic error during sniffing wifi

i'm trying to analyzer this error

but i'n not entirely sure if the next TBTT incorrect is related, because the errors afterwards would show up sometimes without it.

W (94339) wifi:Next TBTT incorrect! last beacon:73683312, offset:2807, next beacon:84128112, beacon interval:102400, dtim period:1 ...

Go to advanced search