摘要: 基于ESP-IDF4.1 1 /* 2 FAT文件系统存储文件,使用磨损均衡库wear-leveling 3 */ 4 5 #include <stdlib.h> 6 #include <stdio.h> 7 #include <string.h> 8 #include "esp_vfs.h" 9 阅读全文
posted @ 2020-11-10 18:51 kerwin cui 阅读(2303) 评论(0) 推荐(0) 编辑
摘要: 基于ESP-IDF4.1 1 #include <stdio.h> 2 #include <string.h> 3 #include <sys/unistd.h> 4 #include <sys/stat.h> 5 #include "esp_err.h" 6 #include "esp_log.h 阅读全文
posted @ 2020-11-10 18:15 kerwin cui 阅读(3775) 评论(0) 推荐(0) 编辑
摘要: 基于ESP-IDF4.1 1 #include <stdio.h> 2 #include "freertos/FreeRTOS.h" 3 #include "freertos/task.h" 4 #include "esp_system.h" 5 #include "nvs_flash.h" 6 # 阅读全文
posted @ 2020-11-10 17:28 kerwin cui 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 基于ESP-IDF4.1 1 #include <stdio.h> 2 #include "freertos/FreeRTOS.h" 3 #include "freertos/task.h" 4 #include "esp_system.h" 5 #include "nvs_flash.h" 6 # 阅读全文
posted @ 2020-11-10 16:40 kerwin cui 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 基于ESP-IDF4.1 #include <string.h> #include <stdlib.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/event_groups.h" #inc 阅读全文
posted @ 2020-11-10 11:17 kerwin cui 阅读(1343) 评论(0) 推荐(0) 编辑