Skip to content

Commit 5eafe22

Browse files
author
OpenAstroTech
committed
Update 1.8.18a
Debugging was still turned on by default, causing Serial problems
1 parent 4a7c215 commit 5eafe22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Software/Arduino code/OpenAstroTracker/Configuration.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
=======================================================================================================================================
1919
*/
2020

21-
String version = "V1.8.18";
21+
String version = "V1.8.18a";
2222

2323
///////////////////////////////////////////////////////////////////////////
2424
// Also use Configuration_adv for further adjustments!

Software/Arduino code/OpenAstroTracker/Configuration_adv.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
//
260260
// DEBUG OUTPUT
261261
//
262-
#define DEBUG_LEVEL (DEBUG_MOUNT|DEBUG_INFO)
262+
#define DEBUG_LEVEL (DEBUG_NONE)
263263
// #define DEBUG_LEVEL (DEBUG_SERIAL|DEBUG_WIFI|DEBUG_INFO|DEBUG_MOUNT|DEBUG_GENERAL)
264264
// #define DEBUG_LEVEL (DEBUG_ANY)
265265
// #define DEBUG_LEVEL (DEBUG_INFO|DEBUG_MOUNT|DEBUG_GENERAL)

0 commit comments

Comments
 (0)