-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Board
ESP32S3
Device Description
ESP32S3
Hardware Configuration
ESP32S3
Version
v3.3.1
Type
Bug
IDE Name
None
Operating System
Linux
Flash frequency
Doesn't matter
PSRAM enabled
yes
Upload speed
115200
Description
In file included from /home/jon/.platformio/packages/framework-arduinoespressif32/libraries/ESP_SR/src/esp32-hal-sr.c:39:
/home/jon/.platformio/packages/framework-arduinoespressif32/libraries/ESP_SR/src/esp32-hal-sr.c: In function 'sr_start':
/home/jon/.platformio/packages/framework-arduinoespressif32/libraries/ESP_SR/src/esp32-hal-sr.c:346:40: error: 'afe_config' is a pointer; did you mean to use '->'?
346 | log_d("load wakenet '%s'", afe_config.wakenet_model_name);
| ^
/home/jon/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h:139:76: note: in definition of macro 'log_d'
139 | #define log_d(format, ...) log_printf(ARDUHAL_LOG_FORMAT(D, format), ##__VA_ARGS__)
|
Problem: https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP_SR/src/esp32-hal-sr.c#L346
Caused by: de6f9f9
Sketch
na
Debug Message
na
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Metadata
Metadata
Assignees
Labels
Type: Bug 🐛All bugsAll bugs
Type
Projects
Status
Done