Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/hal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief Boards Pin definitions
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/battery/battery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief Battery monitor definition and functions
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "battery.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/battery/battery.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief Battery monitor definition and functions
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/bme/bme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief BME280 Sensor functions
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "bme.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/bme/bme.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief BME280 Sensor functions
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author @Hpsaturn
* @brief Network CLI and custom internal commands
* @version Using https://github.com/hpsaturn/esp32-wifi-cli.git
* @date 2025-06
* @date 2025-11
*/

#ifndef DISABLE_CLI
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/cli.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author @Hpsaturn
* @brief Network CLI and custom internal commands
* @version Using https://github.com/hpsaturn/esp32-wifi-cli.git
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author @Hpsaturn
* @brief Network CLI and custom internal commands
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/compass/compass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file compass.cpp
* @brief Compass definition and functions
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "compass.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/compass/compass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file compass.hpp
* @brief Compass definition and functions
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gps/gps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief GPS definition and functions
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "gps.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gps/gps.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief GPS definition and functions
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/globalGpxDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief Global GPX Variables
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/gpxFiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief Create GPX files and folder struct
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "gpxFiles.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/gpxFiles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief Create GPX files and folder struct
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/gpxParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief GPX Parser class
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "gpxParser.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/src/gpxParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief GPX Parser class
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/buttonBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Button Bar
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "buttonBar.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/buttonBar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Button Bar
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/deviceSettingsScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Device Settings Screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "deviceSettingsScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/deviceSettingsScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Device Settings Screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/globalGuiDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file globalGuiDef.h
* @brief Global GUI Variables
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/gpxDetailScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - GPX Tag detail Screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "gpxDetailScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/gpxDetailScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - GPX Tag detail Screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/gpxScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - GPX list screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "gpxScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/gpxScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - GPX list screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/mainScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Main Screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "mainScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/mainScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Main Screen
* @version 0.1.9
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/mapSettingsScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Map Settings screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "mapSettingsScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/mapSettingsScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Map Settings screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/navScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Navigation screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "navScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/navScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Navigation screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/notifyBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Notify Bar Screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "notifyBar.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/notifyBar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Notify Bar Screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/satInfoScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Satellite info screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "satInfoScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/satInfoScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Satellite info screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/searchSatScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - GPS satellite search screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "searchSatScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/searchSatScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - GPS satellite search screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/settingsScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Settings Screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "settingsScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/settingsScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL - Settings Screen
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/splashScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief Splash screen - NOT LVGL
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "splashScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/splashScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief Splash screen - NOT LVGL
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/upgradeScr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL Firmware upgrade messages
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#include "upgradeScr.hpp"
Expand Down
2 changes: 1 addition & 1 deletion lib/gui/src/upgradeScr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Jordi Gauchía ([email protected])
* @brief LVGL Firmware upgrade messages
* @version 0.2.3
* @date 2025-06
* @date 2025-11
*/

#pragma once
Expand Down
Loading