-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/update_tectech' into dev
- Loading branch information
Showing
2 changed files
with
29 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Configuration file | ||
|
||
general { | ||
|
||
########################################################################################################## | ||
# debug | ||
#--------------------------------------------------------------------------------------------------------# | ||
# Debug section | ||
########################################################################################################## | ||
|
||
debug { | ||
# Enables logging and other purely debug features [default: false] | ||
B:DEBUG_MODE=false | ||
} | ||
|
||
########################################################################################################## | ||
# teslatweaks | ||
#--------------------------------------------------------------------------------------------------------# | ||
# Tesla tweaks section | ||
########################################################################################################## | ||
|
||
teslatweaks { | ||
# Set true to enable the cool visual effect when tesla tower running. [default: true] | ||
B:TESLA_VISUAL_EFFECT=true | ||
} | ||
|
||
} | ||
|
||
|