Skip to content

Commit 419410d

Browse files
authored
Merge pull request #311 from jgauchia/devel_features
Clean code
2 parents 31137fc + 9fb575c commit 419410d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+90
-125
lines changed

include/hal.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Jordi Gauchía ([email protected])
44
* @brief Boards Pin definitions
55
* @version 0.2.3
6-
* @date 2025-06
6+
* @date 2025-11
77
*/
88

99
#pragma once

lib/battery/battery.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Jordi Gauchía ([email protected])
44
* @brief Battery monitor definition and functions
55
* @version 0.2.3
6-
* @date 2025-06
6+
* @date 2025-11
77
*/
88

99
#include "battery.hpp"

lib/battery/battery.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Jordi Gauchía ([email protected])
44
* @brief Battery monitor definition and functions
55
* @version 0.2.3
6-
* @date 2025-06
6+
* @date 2025-11
77
*/
88

99
#pragma once

lib/bme/bme.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Jordi Gauchía ([email protected])
44
* @brief BME280 Sensor functions
55
* @version 0.2.3
6-
* @date 2025-06
6+
* @date 2025-11
77
*/
88

99
#include "bme.hpp"

lib/bme/bme.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Jordi Gauchía ([email protected])
44
* @brief BME280 Sensor functions
55
* @version 0.2.3
6-
* @date 2025-06
6+
* @date 2025-11
77
*/
88

99
#pragma once

lib/cli/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author @Hpsaturn
44
* @brief Network CLI and custom internal commands
55
* @version Using https://github.com/hpsaturn/esp32-wifi-cli.git
6-
* @date 2025-06
6+
* @date 2025-11
77
*/
88

99
#ifndef DISABLE_CLI

lib/cli/cli.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author @Hpsaturn
44
* @brief Network CLI and custom internal commands
55
* @version Using https://github.com/hpsaturn/esp32-wifi-cli.git
6-
* @date 2025-06
6+
* @date 2025-11
77
*/
88

99
#pragma once

lib/cli/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author @Hpsaturn
44
* @brief Network CLI and custom internal commands
55
* @version 0.2.3
6-
* @date 2025-06
6+
* @date 2025-11
77
*/
88

99
#pragma once

lib/compass/compass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file compass.cpp
33
* @brief Compass definition and functions
44
* @version 0.2.3
5-
* @date 2025-06
5+
* @date 2025-11
66
*/
77

88
#include "compass.hpp"

lib/compass/compass.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file compass.hpp
33
* @brief Compass definition and functions
44
* @version 0.2.3
5-
* @date 2025-06
5+
* @date 2025-11
66
*/
77

88
#pragma once

0 commit comments

Comments
 (0)