Skip to content

Instantly share code, notes, and snippets.

View HanVertegaal's full-sized avatar

Han Vertegaal HanVertegaal

  • The Netherlands
View GitHub Profile
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"
#include <nvs_flash.h>
#include <esp_log.h>
#include <sdkconfig.h>
#include <fstream>
#include "spiffs.h"
void CopyTest();