Initial project commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.eveningoutpost.dexdrip.G5Model;
|
||||
|
||||
import com.eveningoutpost.dexdrip.Models.JoH;
|
||||
import com.eveningoutpost.dexdrip.Models.UserError;
|
||||
|
||||
// jamorham
|
||||
|
||||
class ResetTxMessage extends BaseMessage {
|
||||
static final byte opcode = 0x42;
|
||||
|
||||
ResetTxMessage() {
|
||||
init(opcode, 3);
|
||||
UserError.Log.d(TAG, "ResetTx dbg: " + JoH.bytesToHex(byteSequence));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user