Skip to content

Commit

Permalink
version for LABDOS01B with external voltage reference
Browse files Browse the repository at this point in the history
  • Loading branch information
oploc committed Dec 8, 2023
1 parent beb6b30 commit 09dcb98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fw/LABDOS/LABDOS.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#define TYPE "LABDOS01B"
#define MAJOR 7 // Data format
#define MINOR 3 // Features
#define MINOR 4 // Features
#include "githash.h"

//#define CALIBRATION
Expand Down Expand Up @@ -284,7 +284,7 @@ void setup()
Wire.endTransmission();

// make a string for device identification output
String dataString = "$DOS,LABDOS01A," + FWversion + "," + String(base_offset) + "," + githash + ","; // FW version and Git hash
String dataString = "$DOS,"TYPE"," + FWversion + "," + String(base_offset) + "," + githash + ","; // FW version and Git hash

Wire.beginTransmission(0x58); // request SN from EEPROM
Wire.write((int)0x08); // MSB
Expand Down

0 comments on commit 09dcb98

Please sign in to comment.