start sdcard

This commit is contained in:
2025-05-01 23:56:31 +02:00
parent c26e5e012c
commit 76eb216716
4 changed files with 271 additions and 2 deletions

View File

@@ -4,6 +4,13 @@
#include "../hw/gps.h"
#include "servocontroller.h"
#include <sys/unistd.h>
#include <sys/stat.h>
#include "esp_vfs_fat.h"
#include "sdmmc_cmd.h"
#define MOUNT_POINT "/canSensors"
#define BLINK_GPIO 2
// uint8_t powerMode = LOW_POWER_MODE;