Search found 3 matches
- Wed Dec 06, 2023 3:51 pm
- Forum: ESP-IDF
- Topic: Porting code to IDF
- Replies: 2
- Views: 5065
Porting code to IDF
Hi All, I'm trying to port some old code to IDF V5.x but cant find the solution? It's not in the documentation off IDF online, so maybe someone here knows how to resolve this? ETSTimer new_timer; sdk_os_timer_disarm(&new_timer); sdk_os_timer_setfn(&new_timer, relay_timeout, NULL); sdk_os_timer_disar...
- Fri Jan 13, 2023 3:10 pm
- Forum: ESP-IDF
- Topic: flash storage - Porting to IDF V5.0
- Replies: 1
- Views: 802
- Mon Jan 09, 2023 5:33 pm
- Forum: ESP-IDF
- Topic: flash storage - Porting to IDF V5.0
- Replies: 1
- Views: 802
flash storage - Porting to IDF V5.0
Hello all, I'm trying to port a piece of code to IDF 5.0. It, works kind of, but after compiling I get the error "Failed to read" and "Failed to write" And I'm a little bit lost, does anyone have the solution to my problem? Old code: #include <string.h> #include <ctype.h> #include "constants.h" #inc...