First Ethernet activation

This commit is contained in:
2024-08-17 17:19:47 +02:00
parent 0d90973842
commit d5dc6dae46
10 changed files with 216 additions and 35 deletions

View File

@ -4,11 +4,18 @@
#pragma once
#include "stddef.h"
#ifdef __cplusplus
extern "C"
{
#endif
/**
* Sleep for a given amount of time
*/
void system_sleep(size_t secs);
/**
* Reboot ESP32
*/