diff --git a/README.md b/README.md index f7bfad7..167d7cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KIA ENIRO DASHBOARD +# evDash (older nama enirodashboard) Supported devices 1. LILYGO TTGO T4 v1.3 @@ -57,7 +57,7 @@ Screen list - no6. consumption table. Can be used to measure available battery capacity! - no7. debug screen (default off in the menu) -![image](https://github.com/nickn17/enirodashboard/blob/master/screenshots/v1.jpg) +![image](https://github.com/nickn17/evDash/blob/master/screenshots/v1.jpg) -[![Watch the video](https://github.com/nickn17/enirodashboard/blob/master/screenshots/v0.9.jpg)](https://www.youtube.com/watch?v=Jg5VP2P58Yg&) +[![Watch the video](https://github.com/nickn17/evDash/blob/master/screenshots/v0.9.jpg)](https://www.youtube.com/watch?v=Jg5VP2P58Yg&) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 127e1ff..03b7c2f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,8 @@ # RELEASE NOTES +### v2.0.0 2020-12-02 +- Project renamed from eNiroDashboard to evDash + ### v1.9.0 2020-11-30 - Refactoring (classes) - SIM800L (m5stack) code from https://github.com/kolaCZek diff --git a/build.bat b/build.bat index a5386ed..79b683a 100644 --- a/build.bat +++ b/build.bat @@ -1,14 +1,14 @@ rem slow GUI performance via arduino-cli yet -arduino-cli compile -v -b esp32:esp32:esp32wrover --build-properties build.extra_flags=-BOARD_TTGO_T4=1 -v enirodashboard.ino -rem arduino-cli compile -v -b esp32:esp32:esp32:PSRAM=enabled,PartitionScheme=huge_app,CPUFreq=80 --build-properties build.extra_flags=-BOARD_TTGO_T4=1 -v enirodashboard.ino +arduino-cli compile -v -b esp32:esp32:esp32wrover --build-properties build.extra_flags=-BOARD_TTGO_T4=1 -v evDash.ino +rem arduino-cli compile -v -b esp32:esp32:esp32:PSRAM=enabled,PartitionScheme=huge_app,CPUFreq=80 --build-properties build.extra_flags=-BOARD_TTGO_T4=1 -v evDash.ino rem rduino-cli upload -b esp32:esp32:esp32 -v -p COM6 -rem arduino-cli compile -v -b esp32:esp32:m5stack-core-esp32 --build-properties build.extra_flags=-BOARD_M5STACK=1 enirodashboard.ino +rem arduino-cli compile -v -b esp32:esp32:m5stack-core-esp32 --build-properties build.extra_flags=-BOARD_M5STACK=1 evDash.ino rem arduino-cli upload -v -b esp32:esp32:m5stack-core-esp32 -p COM9 -rem arduino-cli compile -v -b esp32:esp32:esp32:PSRAM=enabled,PartitionScheme=huge_app,CPUFreq=80 --build-properties build.extra_flags=-BOARD_M5STACK=1 -v enirodashboard.ino +rem arduino-cli compile -v -b esp32:esp32:esp32:PSRAM=enabled,PartitionScheme=huge_app,CPUFreq=80 --build-properties build.extra_flags=-BOARD_M5STACK=1 -v evDash.ino rem arduino-cli upload -b esp32:esp32:esp32 -v -p COM9 pause \ No newline at end of file diff --git a/config.h b/config.h index 7ab2b15..d8396c0 100644 --- a/config.h +++ b/config.h @@ -3,8 +3,8 @@ #include -#define APP_VERSION "v1.9.0b" -#define APP_RELEASE_DATE "2020-11-30" +#define APP_VERSION "v2.0.0" +#define APP_RELEASE_DATE "2020-12-02" // TFT COLORS FOR TTGO #define TFT_BLACK 0x0000 /* 0, 0, 0 */ diff --git a/dist/m5stack_core1/enirodashboard.ino.bin b/dist/m5stack_core1/evDash.ino.bin similarity index 75% rename from dist/m5stack_core1/enirodashboard.ino.bin rename to dist/m5stack_core1/evDash.ino.bin index 068dec3..9b10c92 100644 Binary files a/dist/m5stack_core1/enirodashboard.ino.bin and b/dist/m5stack_core1/evDash.ino.bin differ diff --git a/dist/m5stack_core1/enirodashboard.ino.partitions.bin b/dist/m5stack_core1/evDash.ino.partitions.bin similarity index 100% rename from dist/m5stack_core1/enirodashboard.ino.partitions.bin rename to dist/m5stack_core1/evDash.ino.partitions.bin diff --git a/dist/ttgo_t4_v13/enirodashboard.ino.bin b/dist/ttgo_t4_v13/evDash.ino.bin similarity index 69% rename from dist/ttgo_t4_v13/enirodashboard.ino.bin rename to dist/ttgo_t4_v13/evDash.ino.bin index 8242bc8..9005db6 100644 Binary files a/dist/ttgo_t4_v13/enirodashboard.ino.bin and b/dist/ttgo_t4_v13/evDash.ino.bin differ diff --git a/dist/ttgo_t4_v13/enirodashboard.ino.partitions.bin b/dist/ttgo_t4_v13/evDash.ino.partitions.bin similarity index 100% rename from dist/ttgo_t4_v13/enirodashboard.ino.partitions.bin rename to dist/ttgo_t4_v13/evDash.ino.partitions.bin diff --git a/enirodashboard.ino b/evDash.ino similarity index 99% rename from enirodashboard.ino rename to evDash.ino index 1c8861e..5aa9176 100644 --- a/enirodashboard.ino +++ b/evDash.ino @@ -1,4 +1,7 @@ /* + * 2020-12-02 + * Project renamed from eNiroDashboard to evDash + * !! working only with OBD BLE 4.0 adapters !! Supported adapter is Vgate ICar Pro (must be BLE4.0 version) !! Not working with standard BLUETOOTH 3 adapters @@ -17,8 +20,8 @@ //////////////////////////////////////////////////////////// // Boards -//#define BOARD_TTGO_T4 -#define BOARD_M5STACK_CORE +#define BOARD_TTGO_T4 +//#define BOARD_M5STACK_CORE //#define SIM800L_ENABLED //#define SD_ENABLED