From 31237cac0f7867571658cfc5e2a4aedd5927a025 Mon Sep 17 00:00:00 2001 From: Jared DeCook Date: Fri, 24 May 2024 16:47:17 -0400 Subject: Wait, I messed something up when I made some edits. I’ll have to fix it before we upload it. 😅 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HexBoard.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'HexBoard.ino') diff --git a/HexBoard.ino b/HexBoard.ino index 4718c49..59232eb 100644 --- a/HexBoard.ino +++ b/HexBoard.ino @@ -2,8 +2,8 @@ /* HexBoard Copyright 2022-2023 Jared DeCook and Zach DeCook - with help from Nicholas Fox (he's too modest, this was a complete rewrite) - Firmware v1.0.0 2024-05-16 + with help from Nicholas Fox + Firmware v1.0.0 2024-05-17 Licensed under the GNU GPL Version 3. Hardware information: @@ -61,7 +61,7 @@ the code into a library at that point. */ // @init - #define HARDWARE_VERSION 1 // 1 = v1.1 board. 2 = v1.2 board. (may not be necessary as there are detectable differences) + #define HARDWARE_VERSION 1 // 1 = v1.1 board. 2 = v1.2 board. #include // this is necessary to talk to the Hexboard! #include // this is necessary to deal with the pins and wires #define SDAPIN 16 @@ -836,7 +836,7 @@ optional sending of log messages to the Serial port */ - #define DIAGNOSTICS_ON false + #define DIAGNOSTICS_ON true void sendToLog(std::string msg) { if (DIAGNOSTICS_ON) { Serial.println(msg.c_str()); -- cgit 1.4.1