Skip to content

Commit

Permalink
Fixed Issue #21 Unable to compile when CONF_DISABLE_CHARGINGSTATION i…
Browse files Browse the repository at this point in the history
…s set to false
  • Loading branch information
kwrtz committed Aug 9, 2020
1 parent e9220d9 commit 6e535ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions VersionInfo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
V1.1.1
Solved Issue #21 Unable to compile when CONF_DISABLE_CHARGINGSTATION is set to false
V1.1.0
+ GotoArea Behaviour: TCheck2PerSignal was activated first, before TCheck2CoilSignalAreaX could rotate the mower while starting GotoArea => Changed position of TCheck2CoilSignalAreaX in selCheck2 and mower will always be rotated outside
with the right coil, before starting GotoArea Behaviour.
Expand Down
2 changes: 1 addition & 1 deletion code/Raindancer/Raindancer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Set to true only the correct CHASSIS
/*********************************************************************/
// Global Variables
/*********************************************************************/
#define VERSION "1.1.0 Raindancer"
#define VERSION "1.1.1 Raindancer"

unsigned long loopCounter = 0;
unsigned long maxLoopTime = 0;
Expand Down

0 comments on commit 6e535ef

Please sign in to comment.