Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
device type changed to AIRDOS04A
Browse files Browse the repository at this point in the history
oploc committed Dec 11, 2023
1 parent 1a25964 commit d12e6ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fw/AIRDOS04/AIRDOS04.ino
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// AIRDOS04
#define TYPE "AIRDOS04A"
// Compiled with: Arduino 1.8.13
// MightyCore 2.2.2


#define MAJOR 1 // Data format
#define MINOR 0 // Features
#include "githash.h"
@@ -563,7 +562,7 @@ while(true)
Wire.endTransmission();

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

Wire.beginTransmission(0x59); // request SN from EEPROM - analog board
Wire.write((int)0x08); // MSB

0 comments on commit d12e6ac

Please sign in to comment.