Skip to content

Commit

Permalink
V9.13.0. many changes according to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDIYGuy999 committed Aug 24, 2024
1 parent f6a7528 commit 2009cd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions documentation/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/src.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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.

//
// =======================================================================================================
Expand Down

0 comments on commit 2009cd2

Please sign in to comment.