feat: add doxygen headers to all functions

This commit is contained in:
2025-07-19 09:10:05 +02:00
parent 85892deb2b
commit cbbd5f5fea
17 changed files with 405 additions and 960 deletions

View File

@@ -0,0 +1,3 @@
CONFIG_WIFI=y
CONFIG_WIFI_ESP32=y
CONFIG_ESP32_WIFI_STA_RECONNECT=y

View File

@@ -1,13 +1,2 @@
/ {
switches {
compatible = "gpio-keys";
sw0: switch_0 {
label = "User switch";
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
};
};
aliases {
switch0 = &sw0;
};
};