Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Nov 28, 2024
1 parent 7f8bd42 commit 8bd4e4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions class1.protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ Part of the VSCP boot-loader functionality. This is the negative response after

## Type=50 (0x32) - Block data ACK. :id=type50
```
VSCP_TYPE_PROTOCOL_BLOCK_DATA_CHUNK_ACK
VSCP_TYPE_PROTOCOL_START_BLOCK_ACK
```
**Not mandatory** Only needed if a VSCP boot loader algorithm is used.

Expand All @@ -1125,7 +1125,7 @@ Part of the VSCP boot-loader functionality. This is the positive response after

## Type=51 (0x33) - Block data NACK. :id=type51
```
VSCP_TYPE_PROTOCOL_BLOCK_DATA_CHUNK_NACK
VSCP_TYPE_PROTOCOL_START_BLOCK_NACK
```
**Not mandatory.** Only needed if a VSCP boot-loader algorithm is used.

Expand Down
4 changes: 2 additions & 2 deletions class2.level1.protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ Part of the VSCP boot-loader functionality. This is the negative response after
## Type=50 (0x32) - Block data ACK. :id=type50

```
VSCP_TYPE_PROTOCOL_BLOCK_DATA_CHUNK_ACK
VSCP_TYPE_PROTOCOL_START_BLOCK_ACK
```
**Not mandatory** Only needed if a VSCP boot loader algorithm is used.

Expand All @@ -1361,7 +1361,7 @@ Part of the VSCP boot-loader functionality. This is the positive response after
## Type=51 (0x33) - Block data NACK. :id=type51

```
VSCP_TYPE_PROTOCOL_BLOCK_DATA_CHUNK_NACK
VSCP_TYPE_PROTOCOL_START_BLOCK_NACK
```
**Not mandatory.** Only needed if a VSCP boot-loader algorithm is used.

Expand Down
3 changes: 0 additions & 3 deletions vscp_specification_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

| Date | By | Description |
| ---------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|2024-11-28 | AKHE | Renamed VSCP_TYPE_PROTOCOL_START_BLOCK_ACK and VSCP_TYPE_PROTOCOL_START_BLOCK_NACK
to VSCP_TYPE_PROTOCOL_BLOCK_DATA_CHUNK_ACK and VSCP_TYPE_PROTOCOL_BLOCK_DATA_CHUNK_NACK |
|2024-11-28| AKHE | Reverted Changed name for tokens VSCP_TYPE_PROTOCOL_START_BLOCK_ACK, VSCP_TYPE_PROTOCOL_START_BLOCK_NACK rename to VSCP_TYPE_PROTOCOL_CHUNK_ACK, VSCP_TYPE_PROTOCOL_CHUNK_NACK |
|2024-11-28| AKHE | Fixed non working links |
|2024-11-28| AKHE | Changed name for tokens VSCP_TYPE_PROTOCOL_START_BLOCK_ACK, VSCP_TYPE_PROTOCOL_START_BLOCK_NACK rename to VSCP_TYPE_PROTOCOL_CHUNK_ACK, VSCP_TYPE_PROTOCOL_CHUNK_NACK |
|2024-11-21| AKHE | Added missing BLE transport frame format |
Expand Down

0 comments on commit 8bd4e4c

Please sign in to comment.