Skip to content

Commit

Permalink
Better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xx committed Mar 12, 2024
1 parent 040f661 commit 060a640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/esp32/gdoor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ If you want to send to the bus, just send to the serial port:
- Send hex values
- Each hex value needs to be 2 digit, in case of values < 0x1F, add a leading zero.
E.g. 0x0F, 0x00, 0x02. Wrong would be: 0xF, 0x0, 0x2.
- Do not use 0x prefix.
- Do not separate the values with whitespaces, tabs or commas
- Send the values in one go, e.g.: 02A300452F

Expand Down

0 comments on commit 060a640

Please sign in to comment.