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 WIFI_HPP
#define WIFI_HPP
#pragma once
void wifiTask(void *pvParameters);
#endif