Search found 3 matches
- Fri May 17, 2019 5:20 am
- Forum: ESP-IDF
- Topic: Problems with repeating deepsleep each seconds.
- Replies: 0
- Views: 1863
Problems with repeating deepsleep each seconds.
I'm using an esp32 device and the esp-idf environment. My device repeats deepsleep and wakeup and sends BLE advertisements each seconds. I try to reduce power consumption by deepsleep. Is this usage of deepsleep ok? Is there any possible problem when a device repeats deepsleep and wakeup in a short ...
- Fri Feb 08, 2019 7:18 am
- Forum: ESP-IDF
- Topic: "undefined reference to" error
- Replies: 2
- Views: 30332
Re: "undefined reference to" error
Dear ESP Sprite, Thank you for your reply.
I learnt the build system and I put files in my project folder.
I learnt the build system and I put files in my project folder.
- Fri Feb 01, 2019 5:04 am
- Forum: ESP-IDF
- Topic: "undefined reference to" error
- Replies: 2
- Views: 30332
"undefined reference to" error
Hi guys. When I tried to compile my source, it failed saying undefined reference to `test_func' . Here is my directory structure. - esp-idf - my_lib ---- test_func.h ---- test_func.c - my_project ---- main -------- main.c Here is main.c source code. #include "freertos/FreeRTOS.h" #include "freertos/...