custom bootloader code and starting app as task

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-04-12 01:28:08 +02:00
parent fa5b4da0f5
commit e5e602d1fc
6 changed files with 88 additions and 9 deletions

View File

@@ -3,7 +3,6 @@
#include <stdio.h>
#include <string.h>
#include "driver/gpio.h"
#include "driver/i2c.h"
#include "esp_err.h"
#include "esp_log.h"
#include "esp_timer.h"