mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 11:59:51 +03:00
more debug info
This commit is contained in:
parent
3d7f66f586
commit
f66e97608f
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ STM32_protocol.prototype.upload_procedure = function(step) {
|
|||
case 7:
|
||||
// go
|
||||
// memory address = 4 bytes, 1st high byte, 4th low byte, 5th byte = checksum XOR(byte 1, byte 2, byte 3, byte 4)
|
||||
console.log('Sending GO command');
|
||||
console.log('Sending GO command: 0x' + self.parsed_hex.extended_linear_address.toString(16));
|
||||
|
||||
self.send([self.command.go, 0xDE], 1, function(reply) { // 0x21 ^ 0xFF
|
||||
if (self.verify_response(self.status.ACK, reply)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue