From 2009cd2fe65eca08638c3ff6df9cb5db3ce6813a Mon Sep 17 00:00:00 2001 From: TheDIYGuy999 Date: Sat, 24 Aug 2024 08:44:15 +0200 Subject: [PATCH] V9.13.0. many changes according to changelog --- documentation/Changelog.md | 12 ------------ src/src.ino | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/documentation/Changelog.md b/documentation/Changelog.md index 49a7ab0..5ca8d23 100644 --- a/documentation/Changelog.md +++ b/documentation/Changelog.md @@ -8,29 +8,17 @@ - Defines removed: HAZARDS_WHILE_5TH_WHEEL_UNLOCKED - Variables added (adjustable on 192.168.4.1): hazardsWhile5thWheelUnlocked - Neopixel animation mode selectable in dropdown menu on 192.168.4.1 - -### 9.13.0-b6: - Defines removed: NO_CABLIGHTS, NO_FOGLIGHTS, XENON_LIGHTS, FLICKERING_WHILE_CRANKING, SEPARATE_FULL_BEAM - Variables removed: INDICATOR_DIR - Variables added (adjustable on 192.168.4.1): noCabLights, noFogLights, xenonLights, flickeringWileCranking, swap_L_R_indicators, separateFullBeam, flashingBlueLight - -### 9.13.0-b5: - First light settings available on 192.168.4.1 - Website with collapsible sections to keep it more organized - -### 9.13.0-b4: - Servo positions adjustable on 192.168.4.1 - Improved website look - Scania dashboard splash logo by Frikkiebester - -### 9.13.0-b3: - Dashboard requires less processing power, no engine rpm lagging anymore, if Frevic dashboard is used - -### 9.13.0-b2: - More adjustable ESC parameters on 192.168.4.1 - Dashboard improved & optional dashboard from Frevic implemented. Select it in "dashboard.h" by uncommenting "#define FREVIC_DASHBOARD" - -### 9.13.0-b1: - New parameter "#define NEOPIXEL_ON_CH4" in "6_Lights.h" allows to connect the NEOPIXELS to servo CH 4 (BUS mode only, no 5th wheel servo in this case) - ESC parameters are adjustable via 192.168.4.1 - in "#define WEMOS_D1_MINI_ESP32" mode only: Experimental Serial command interface for ESC parameters diff --git a/src/src.ino b/src/src.ino index 3191ab2..38082e2 100644 --- a/src/src.ino +++ b/src/src.ino @@ -17,7 +17,7 @@ Arduino IDE is supported as well, but I recommend to use VS Code, because libraries and boards are managed automatically. */ -char codeVersion[] = "9.13.0-b7"; // Software revision. +char codeVersion[] = "9.13.0"; // Software revision. // // =======================================================================================================