We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7c215 commit 5eafe22Copy full SHA for 5eafe22
2 files changed
Software/Arduino code/OpenAstroTracker/Configuration.hpp
@@ -18,7 +18,7 @@
18
=======================================================================================================================================
19
*/
20
21
-String version = "V1.8.18";
+String version = "V1.8.18a";
22
23
///////////////////////////////////////////////////////////////////////////
24
// Also use Configuration_adv for further adjustments!
Software/Arduino code/OpenAstroTracker/Configuration_adv.hpp
@@ -259,7 +259,7 @@
259
//
260
// DEBUG OUTPUT
261
262
-#define DEBUG_LEVEL (DEBUG_MOUNT|DEBUG_INFO)
+#define DEBUG_LEVEL (DEBUG_NONE)
263
// #define DEBUG_LEVEL (DEBUG_SERIAL|DEBUG_WIFI|DEBUG_INFO|DEBUG_MOUNT|DEBUG_GENERAL)
264
// #define DEBUG_LEVEL (DEBUG_ANY)
265
// #define DEBUG_LEVEL (DEBUG_INFO|DEBUG_MOUNT|DEBUG_GENERAL)
0 commit comments