Skip to content

Commit f8ca0e0

Browse files
authored
Update Gotway_display.ino
Fixed some variables
1 parent 89dd093 commit f8ca0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gotway_display.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ MAX7219 < 1, 2, 9 > mtrx; // 2 LED matrixes (1*2), CS pin is 9 (Arduino Na
99
// SETTINGS
1010
String backlight_txt = ""; // Text to scroll
1111
int scrolling_on_euc_speed = 5; // Start scrolling text on backlight if the speed reaches this value
12-
bool debug_mode1 = 1; // Debug mode 1: synthetic data for variables instead of parcing EUC data
12+
bool debug_mode1 = 0; // Debug mode 1: synthetic data for variables instead of parcing EUC data
1313
bool debug_mode2 = 0; // Turn on Serial.print with debugging data
1414
bool useBetterPercents = 1; // Use Wheellog's better pernects formula
1515
int temperature_alarm = 70; // Temperature level for overheating alarm
16-
int beeper_pin = 3; // If beeper is connected, type it's pin number (default: 3). Otherwise, type 0 to avoid listening beeper signals (experimental)
16+
int beeper_pin = 0; // If beeper is connected, type it's pin number (default: 3). Otherwise, type 0 to avoid listening beeper signals (experimental)
1717
byte brightness_stop = 7; // Brightness [0-15] while stop
1818
byte brightness_ride = 15; // Brightness [0-15] while riding
1919
int scroll_x_shift = 7; // X-coordinate for the scrolling text to appear on the cycle start (recommended = 7)

0 commit comments

Comments
 (0)