Skip to content

Commit

Permalink
Fixed an error in the BLE400 firmware configuration
Browse files Browse the repository at this point in the history
Firmware used pin 11 as TXD and pin 9 as RXD, instead of pin 9 as TXD and pin 11 as RXD
  • Loading branch information
virtualabs committed Aug 27, 2018
1 parent 1240eb4 commit e5fda7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/ble400.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"rxpin": "P0_9",
"txpin": "P0_11"
"txpin": "P0_9",
"rxpin": "P0_11"
}
2 changes: 1 addition & 1 deletion dist/btlejack-firmware-ble400.hex
Original file line number Diff line number Diff line change
Expand Up @@ -6148,7 +6148,7 @@
:109F300002E00022130000920B2128680AF0F1F8D9
:109F400004E00549024B18680AF030F905B0F0BD8D
:109F50008C2800209020002052730200F0B5184C8D
:109F6000B7B0200000F01AF909220B21201D02F0E1
:109F6000B7B0200000F01AF90B220921201D02F0E1
:109F70007DFD8D20800000F0BBFD050021000AF072
:109F80003EF8104CC82725602600FEF727FCFEF798
:109F9000C1FE0B250A246D446C44009503AB04AA52
Expand Down

0 comments on commit e5fda7e

Please sign in to comment.