update project

This commit is contained in:
2026-04-03 23:28:02 +03:00
parent 5e7f26f128
commit 1681a694d3
12 changed files with 191 additions and 83 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
void init_wifi(const char* ssid, const char* pass);