Skip to content

Commit

Permalink
update teensy hex
Browse files Browse the repository at this point in the history
  • Loading branch information
SK21 committed Apr 23, 2024
1 parent 889a2c9 commit 0d063f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Modules/Teensy Rate/RCteensy.ino.hex
Original file line number Diff line number Diff line change
Expand Up @@ -12247,8 +12247,8 @@
:10FD3000DBB2D42BF0D98A42F7D1E7E7E88C002078
:10FD4000188B0020BB9B0020F18C0020F0B583B005
:10FD500000200CF077FB8DF8060001200CF072FB00
:10FD60008DF8070004200CF06DFBBDF9062042F26F
:10FD700054339A4206D0FFF753FF03B0BDE8F0407A
:10FD60008DF8070004200CF06DFBBDF9062045F668
:10FD700004239A4206D0FFF753FF03B0BDE8F040DA
:10FD8000FFF7D8BE0128F6D11B4C18211B480EF0F6
:10FD9000B7F91B4804F13B06C4F16E050EF0F4FE02
:10FDA00028190CF04FFB04F8010FA642F8D1154DAD
Expand Down Expand Up @@ -12470,8 +12470,8 @@
:100B10006E4941F28832DAF8003009685B1A934274
:100B200073D87B7AFF2B06D06B4B0D224946186891
:100B300003685B68984708F101087B786036434595
:100B40003FF748AF654B91217E253C781A785420B9
:100B500000238DF80C1023218DF80D508DF80E40D8
:100B40003FF748AF654B91217E253C781A78042009
:100B500000238DF80C105A218DF80D508DF80E40A1
:100B60008DF80F308DF810308DF811308DF812306F
:100B70008DF813308DF814308DF815308DF816304F
:100B80008DF819308DF817008DF8181012B1012367
Expand Down Expand Up @@ -12709,7 +12709,7 @@
:101A00007C480CF07DFB7C480DF0BEF80B217D4836
:101A10000CF076FB00230A229BF8001076480DF0AC
:101A2000CBF875480DF0B0F8102177480CF068FB42
:101A300042F2543170480DF0FFF86F480DF0A4F8F1
:101A300045F6042170480DF0FFF86F480DF0A4F84A
:101A4000DFF8008200216B480CF05AFB6A480DF069
:101A50009BF8C1466D486E4F14F056FF6B4E6D49B2
:101A60006A4800F03FFD5AF8043B1C216A480C25E7
Expand Down Expand Up @@ -18300,7 +18300,7 @@
:10774C006E67732E0000000053746F7265642073B3
:10775C00657474696E6773206E6F742076616C69E2
:10776C00642E00002C00000052437465656E737922
:10777C00203A202030392D4170722D3230323400B5
:10777C00203A202032332D4170722D3230323400B9
:10778C004D6F64756C652049443A20004D6F6475EB
:10779C006C652056657273696F6E3A2000000000AC
:1077AC005374617274696E672041445331313135C1
Expand Down Expand Up @@ -19241,7 +19241,7 @@
:10B21C000000000003030904D85E002000000000B9
:10B22C000000000000000000000000003030303052
:10B23C003030303030303030303030303030303002
:10B24C00303030303030303030303030542301003A
:10B24C00303030303030303030303030045A010053
:10B25C00000000001C4C0020844C0020EC4C002012
:10B26C0000000000000000000000000000000000D2
:10B27C0000000000000000000000000000000000C2
Expand Down
4 changes: 2 additions & 2 deletions Modules/Teensy Rate/RCteensy/RCteensy.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#include <Adafruit_SPIDevice.h>

// rate control with Teensy 4.1
# define InoDescription "RCteensy : 09-Apr-2024"
const uint16_t InoID = 9044; // change to send defaults to eeprom, ddmmy, no leading 0
# define InoDescription "RCteensy : 23-Apr-2024"
const uint16_t InoID = 23044; // change to send defaults to eeprom, ddmmy, no leading 0
const uint8_t InoType = 1; // 0 - Teensy AutoSteer, 1 - Teensy Rate, 2 - Nano Rate, 3 - Nano SwitchBox, 4 - ESP Rate

#define MaxReadBuffer 100 // bytes
Expand Down

0 comments on commit 0d063f6

Please sign in to comment.