Page 1 of 1

Esp idf component error

Posted: Sun Jul 14, 2024 7:42 pm
by wiwjwhw
No matter how i try add in cmake/dependency the error never goes. Added in photo. Sorry for dump question I'm noob. I'm building https://github.com/risinek/esp32-wifi-penetration-tool for esp32 s3

Re: Esp idf component error

Posted: Sun Jul 14, 2024 9:48 pm
by MicroController
1. The code/project is already 3 years old. Chances are that it will need an IDF version which was current at that time:
This project is currently developed using ESP-IDF 4.1 (commit 5ef1b390026270503634ac3ec9f1ec2e364e23b2). It may be broken on newer version.
2. The code/project targets the ESP32, which differs in some ways from an ESP32-S3, and may or may not work on/compile for an S3 as-is.

Re: Esp idf component error

Posted: Mon Jul 15, 2024 12:06 pm
by wiwjwhw
MicroController wrote:
Sun Jul 14, 2024 9:48 pm
1. The code/project is already 3 years old. Chances are that it will need an IDF version which was current at that time:
This project is currently developed using ESP-IDF 4.1 (commit 5ef1b390026270503634ac3ec9f1ec2e364e23b2). It may be broken on newer version.
2. The code/project targets the ESP32, which differs in some ways from an ESP32-S3, and may or may not work on/compile for an S3 as-is.