Skip to content

Commit

Permalink
New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgauchia committed Jun 4, 2023
1 parent 2504d2e commit 3d657d3
Show file tree
Hide file tree
Showing 31 changed files with 65 additions and 59 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ export ICENAV3_LON=13.4049
pio run --target upload
```

If the GPS module supports multiple GNSS, uncomment the following flag in the platformio.ini file under the build_flags section

```bash
-D MULTI_GNSS=1
```

## Specifications

* ESP32 WROVER with 4Mb PSRAM / 16 Mb Flash
Expand Down
4 changes: 2 additions & 2 deletions lib/customboard/LGFX_CUSTOMBOARD.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file LGFX_CUSTOMBOARD.hpp
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief LOVYANGFX TFT driver for CUSTOMBOARD
* @version 0.1.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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 LGFX_MakerFabs_Parallel_S3.hpp
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief LOVYANGFX TFT driver for MAKERF_ESP32S3
* @version 0.1.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#define LGFX_USE_V1
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = CUSTOMBOARD
[common]
platform = espressif32
framework = arduino
version = 0.1.4
version = 0.1.5
revision = 25
monitor_speed = 115200
monitor_rts = 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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/


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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/utils/gps_maps.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file gps_maps.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief GPS Maps functions
* @version 0.1.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#include "lvgl.h"
Expand Down
4 changes: 2 additions & 2 deletions src/utils/sat_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @file sat_info.h
* @author Jordi Gauchía (jgauchia@jgauchia.com)
* @brief Satellites info screen functions
* @version 0.1.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

#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.4
* @date 2023-05-23
* @version 0.1.5
* @date 2023-06-04
*/

/**
Expand Down

0 comments on commit 3d657d3

Please sign in to comment.