Add #pragma once to ESP32 headers

This commit is contained in:
2025-12-13 12:30:49 +01:00
parent 14fc015d1b
commit 1c21ddee89
5 changed files with 13 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef CONFIG_H
#define CONFIG_H
#pragma once
// WI-FI
#define SSID "your_wifi_ssid"
#define PASSWORD "your_wifi_password"