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 7
7
# please read the ESP-IDF documents if you need to do this.
8
8
#
9
9
10
- COMPONENT_SRCDIRS := src src/tasks src/system src/driver src/device
10
+ COMPONENT_SRCDIRS := src src/user src/system src/driver src/device
11
11
COMPONENT_ADD_INCLUDEDIRS := inc
12
12
COMPONENT_EMBED_TXTFILES := res/cert/cert0.pem
13
13
COMPONENT_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 16
16
#include "driver/i2s.h"
17
17
18
18
#include "system/event.h"
19
- #include "tasks /audio_daemon.h"
19
+ #include "user /audio_daemon.h"
20
20
21
21
#define TAG "audio"
22
22
Original file line number Diff line number Diff line change 18
18
19
19
#include "device/bt.h"
20
20
#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"
23
23
24
24
#define TAG "blufi"
25
25
Original file line number Diff line number Diff line change 9
9
#include "esp_log.h"
10
10
11
11
#include "system/event.h"
12
- #include "tasks /gui_daemon.h"
12
+ #include "user /gui_daemon.h"
13
13
14
14
#define TAG "gui"
15
15
Original file line number Diff line number Diff line change 11
11
#include "http_parser.h"
12
12
#include "esp_log.h"
13
13
14
- #include "tasks /http2_client.h"
14
+ #include "user /http2_client.h"
15
15
16
16
#define TAG "http2_client"
17
17
Original file line number Diff line number Diff line change 12
12
#include "device/wifi.h"
13
13
#include "system/event.h"
14
14
#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"
23
23
24
24
#define TAG "http2"
25
25
Original file line number Diff line number Diff line change 12
12
13
13
#include "driver/pn532.h"
14
14
#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"
21
21
22
22
#define TAG "nfc"
23
23
Original file line number Diff line number Diff line change 9
9
#include "esp_log.h"
10
10
11
11
#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"
14
14
15
15
#define TAG "ntp"
16
16
Original file line number Diff line number Diff line change 14
14
#include "device/wifi.h"
15
15
#include "system/event.h"
16
16
#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"
22
22
23
23
#define TAG "ota"
24
24
Original file line number Diff line number Diff line change 14
14
#include "device/wifi.h"
15
15
#include "system/event.h"
16
16
#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"
23
23
24
24
#define TAG "token"
25
25
You can’t perform that action at this time.
0 commit comments