File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5
5
* Author: chegewara
6
6
*/
7
7
8
- #include < BLESecurity.h>
8
+ #include " BLESecurity.h"
9
9
#include " sdkconfig.h"
10
10
#if defined(CONFIG_BT_ENABLED)
11
11
Original file line number Diff line number Diff line change 11
11
#include < string>
12
12
#include < stdlib.h>
13
13
#include < stdio.h>
14
- #include < GeneralUtils.h>
14
+ #include " GeneralUtils.h"
15
15
16
16
static const char * LOG_TAG = " File" ;
17
17
/* *
Original file line number Diff line number Diff line change 13
13
#include < string>
14
14
#include < sstream>
15
15
#include < iomanip>
16
- #include < FreeRTOS.h>
16
+ #include " FreeRTOS.h"
17
17
#include < esp_err.h>
18
18
#include < nvs.h>
19
19
#include < esp_wifi.h>
@@ -440,7 +440,7 @@ const char* GeneralUtils::errorToString(esp_err_t errCode) {
440
440
* @brief Convert a wifi_err_reason_t code to a string.
441
441
* @param [in] errCode The errCode to be converted.
442
442
* @return A string representation of the error code.
443
- *
443
+ *
444
444
* @note: wifi_err_reason_t values as of April 2018 are: (1-24, 200-204) and are defined in ~/esp-idf/components/esp32/include/esp_wifi_types.h.
445
445
*/
446
446
const char * GeneralUtils::wifiErrorToString (uint8_t errCode) {
Original file line number Diff line number Diff line change 18
18
19
19
#include " MFRC522.h"
20
20
#include " MFRC522Debug.h"
21
- #include < FreeRTOS.h>
22
- #include < GPIO.h>
21
+ #include " FreeRTOS.h"
22
+ #include " GPIO.h"
23
23
#include < string.h>
24
24
#include < sstream>
25
25
#include < iomanip>
Original file line number Diff line number Diff line change 7
7
8
8
#include < errno.h>
9
9
#include < esp_log.h>
10
- #include < FreeRTOS.h>
11
10
#include < freertos/FreeRTOS.h>
12
11
#include < freertos/queue.h>
13
-
14
12
#include < stdint.h>
13
+
15
14
#include < string.h>
16
15
#include < string>
17
16
18
17
#include " sdkconfig.h"
18
+ #include " FreeRTOS.h"
19
19
#include " SockServ.h"
20
20
#include " Socket.h"
21
21
Original file line number Diff line number Diff line change 9
9
10
10
#include " TFTP.h"
11
11
#include < esp_log.h>
12
- #include < FreeRTOS.h>
13
- #include < GeneralUtils.h>
12
+ #include " FreeRTOS.h"
13
+ #include " GeneralUtils.h"
14
14
#include < string>
15
15
#include < stdio.h>
16
16
#include < errno.h>
17
17
#include < string.h>
18
- #include < Socket.h>
18
+ #include " Socket.h"
19
19
20
20
#include " sdkconfig.h"
21
21
You can’t perform that action at this time.
0 commit comments