File tree Expand file tree Collapse file tree 11 files changed +40
-40
lines changed Expand file tree Collapse file tree 11 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 77# please read the ESP-IDF documents if you need to do this.
88#
99
10- COMPONENT_SRCDIRS := src src/tasks src/system src/driver src/device
10+ COMPONENT_SRCDIRS := src src/user src/system src/driver src/device
1111COMPONENT_ADD_INCLUDEDIRS := inc
1212COMPONENT_EMBED_TXTFILES := res/cert/cert0.pem
1313COMPONENT_EMBED_FILES := res/snd/snd0.mp3 res/snd/snd1.mp3 res/snd/snd2.mp3 res/snd/snd3.mp3 res/snd/snd4.mp3 res/snd/snd5.mp3 res/snd/snd6.mp3
Original file line number Diff line number Diff line change 1616#include "driver/i2s.h"
1717
1818#include "system/event.h"
19- #include "tasks /audio_daemon.h"
19+ #include "user /audio_daemon.h"
2020
2121#define TAG "audio"
2222
Original file line number Diff line number Diff line change 1818
1919#include "device/bt.h"
2020#include "system/event.h"
21- #include "tasks /led_daemon.h"
22- #include "tasks /blufi_security.h"
21+ #include "user /led_daemon.h"
22+ #include "user /blufi_security.h"
2323
2424#define TAG "blufi"
2525
Original file line number Diff line number Diff line change 99#include "esp_log.h"
1010
1111#include "system/event.h"
12- #include "tasks /gui_daemon.h"
12+ #include "user /gui_daemon.h"
1313
1414#define TAG "gui"
1515
Original file line number Diff line number Diff line change 1111#include "http_parser.h"
1212#include "esp_log.h"
1313
14- #include "tasks /http2_client.h"
14+ #include "user /http2_client.h"
1515
1616#define TAG "http2_client"
1717
Original file line number Diff line number Diff line change 1212#include "device/wifi.h"
1313#include "system/event.h"
1414#include "system/firmware.h"
15- #include "tasks /gui_daemon.h"
16- #include "tasks /nfc_daemon.h"
17- #include "tasks /led_daemon.h"
18- #include "tasks /ota_update.h"
19- #include "tasks /token_verify.h"
20- #include "tasks /audio_daemon.h"
21- #include "tasks /http2_daemon.h"
22- #include "tasks /http2_client.h"
15+ #include "user /gui_daemon.h"
16+ #include "user /nfc_daemon.h"
17+ #include "user /led_daemon.h"
18+ #include "user /ota_update.h"
19+ #include "user /token_verify.h"
20+ #include "user /audio_daemon.h"
21+ #include "user /http2_daemon.h"
22+ #include "user /http2_client.h"
2323
2424#define TAG "http2"
2525
Original file line number Diff line number Diff line change 1212
1313#include "driver/pn532.h"
1414#include "system/event.h"
15- #include "tasks /gui_daemon.h"
16- #include "tasks /ntp_daemon.h"
17- #include "tasks /nfc_daemon.h"
18- #include "tasks /led_daemon.h"
19- #include "tasks /audio_daemon.h"
20- #include "tasks /token_verify.h"
15+ #include "user /gui_daemon.h"
16+ #include "user /ntp_daemon.h"
17+ #include "user /nfc_daemon.h"
18+ #include "user /led_daemon.h"
19+ #include "user /audio_daemon.h"
20+ #include "user /token_verify.h"
2121
2222#define TAG "nfc"
2323
Original file line number Diff line number Diff line change 99#include "esp_log.h"
1010
1111#include "system/event.h"
12- #include "tasks /gui_daemon.h"
13- #include "tasks /led_daemon.h"
12+ #include "user /gui_daemon.h"
13+ #include "user /led_daemon.h"
1414
1515#define TAG "ntp"
1616
Original file line number Diff line number Diff line change 1414#include "device/wifi.h"
1515#include "system/event.h"
1616#include "system/firmware.h"
17- #include "tasks /gui_daemon.h"
18- #include "tasks /nfc_daemon.h"
19- #include "tasks /led_daemon.h"
20- #include "tasks /audio_daemon.h"
21- #include "tasks /http2_client.h"
17+ #include "user /gui_daemon.h"
18+ #include "user /nfc_daemon.h"
19+ #include "user /led_daemon.h"
20+ #include "user /audio_daemon.h"
21+ #include "user /http2_client.h"
2222
2323#define TAG "ota"
2424
Original file line number Diff line number Diff line change 1414#include "device/wifi.h"
1515#include "system/event.h"
1616#include "system/firmware.h"
17- #include "tasks /gui_daemon.h"
18- #include "tasks /nfc_daemon.h"
19- #include "tasks /led_daemon.h"
20- #include "tasks /audio_daemon.h"
21- #include "tasks /http2_daemon.h"
22- #include "tasks /http2_client.h"
17+ #include "user /gui_daemon.h"
18+ #include "user /nfc_daemon.h"
19+ #include "user /led_daemon.h"
20+ #include "user /audio_daemon.h"
21+ #include "user /http2_daemon.h"
22+ #include "user /http2_client.h"
2323
2424#define TAG "token"
2525
You can’t perform that action at this time.
0 commit comments