Skip to content

Commit

Permalink
New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgauchia committed May 10, 2023
1 parent 9f17278 commit bbc4f7f
Show file tree
Hide file tree
Showing 28 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions lib/lovyangfx_CUSTOMBOARD_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file lovyangfx_CUSTOMBOARD_conf.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief LOVYANGFX TFT driver for CUSTOMBOARD
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

//#define LGFX_USE_V1
Expand Down
4 changes: 2 additions & 2 deletions lib/makefabs-esp32s3parallel/LGFX_MakerFabs_Parallel_S3.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file lovyangfx_CUSTOMBOARD_conf.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief LOVYANGFX TFT driver for MAKERF_ESP32S3
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#define LGFX_USE_V1
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ default_envs = CUSTOMBOARD
[common]
platform = espressif32
framework = arduino
version = 0.1.2
revision = 13
version = 0.1.3
revision = 15
monitor_speed = 115200
monitor_rts = 0
monitor_dtr = 0
Expand Down
4 changes: 2 additions & 2 deletions src/gui/events/compass.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file compass.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Compass screen events
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/gui/events/main_screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file main_screen.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Main screen events
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/gui/events/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file map.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Map screen events
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/gui/events/notify_bar.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file notify_bar.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Notify Bar Events
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/gui/events/sattrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file sattrack.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Satellite Tracking events
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/gui/lvgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file lvgl.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief LVGL Screen implementation
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#include <lvgl.h>
Expand Down
4 changes: 2 additions & 2 deletions src/gui/screens-lvgl/main_scr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file main_scr.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief LVGL - Main Screen
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/gui/screens-lvgl/notify_bar.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file notify_bar.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief LVGL - Notify Bar
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/gui/screens-lvgl/search_sat_scr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file search_sat_scr.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief LVGL - GPS satellite search screen
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#define UPDATE_SEARCH_PERIOD 1000
Expand Down
4 changes: 2 additions & 2 deletions src/gui/screens-lvgl/splash_scr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file splash_scr.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Splash screen - NOT LVGL
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/hardware/battery.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file battery.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Battery monitor definition and functions
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#include <driver/adc.h>
Expand Down
4 changes: 2 additions & 2 deletions src/hardware/bme.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file bme.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief BME280 Sensor functions
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#include <Adafruit_Sensor.h>
Expand Down
4 changes: 2 additions & 2 deletions src/hardware/compass.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file compass.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Compass definition and functions
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/


Expand Down
4 changes: 2 additions & 2 deletions src/hardware/gps.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file gps.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief GPS definition and functions
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#include <TimeLib.h>
Expand Down
4 changes: 2 additions & 2 deletions src/hardware/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file hal.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Pin definitions
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#ifdef CUSTOMBOARD
Expand Down
4 changes: 2 additions & 2 deletions src/hardware/power.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file power.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief ESP32 Power Management functions
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#include <WiFi.h>
Expand Down
4 changes: 2 additions & 2 deletions src/hardware/sdcard.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file sdcard.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief SD Card definition and functions
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#include <FS.h>
Expand Down
4 changes: 2 additions & 2 deletions src/hardware/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file serial.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Serial output functions (debug)
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

HardwareSerial *debug = &Serial;
Expand Down
4 changes: 2 additions & 2 deletions src/hardware/tft.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file tft.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief TFT definition and functions
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#ifdef CUSTOMBOARD
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file main.cpp
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief ESP32 GPS Naviation main code
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#define CALIBRATION_FILE "/TouchCalData1"
Expand Down
4 changes: 2 additions & 2 deletions src/tasks.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file tasks.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Core Tasks functions
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/utils/gps_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file gps_math.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Math and various functions
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/utils/lv_sd_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file lv_sd_fs.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief SD file functions for LVGL
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#include "lvgl.h"
Expand Down
4 changes: 2 additions & 2 deletions src/utils/lv_spiffs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file lv_spiffs_fs.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief SPIFFS file functions for LVGL
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

#include "lvgl.h"
Expand Down
4 changes: 2 additions & 2 deletions src/utils/time_zone.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file time_zone.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Timezone Library (Daylight Saving)
* @version 0.1.2
* @date 2023-04-15
* @version 0.1.3
* @date 2023-05-10
*/

/**
Expand Down

0 comments on commit bbc4f7f

Please sign in to comment.