From 43e4fe33852c41ff514641a9f05b5a609bad0f7c Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Tue, 27 Nov 2018 16:00:25 -0500 Subject: [PATCH] Updated Hardware: LiDAR (markdown) --- Hardware:-LiDAR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hardware:-LiDAR.md b/Hardware:-LiDAR.md index 744a052..007f405 100644 --- a/Hardware:-LiDAR.md +++ b/Hardware:-LiDAR.md @@ -43,7 +43,7 @@ Each tile is encoded as a bit field with the following format `OOOOOOOO TTTTTTTB | Bit field | Value | Content | | :---------------------| :------- | :------------------- | | `0000 0001 0000 0001` | `0x0101` | [Biomass blob](https://github.com/simon987/Much-Assembly-Required/wiki/Biomass) | -| `0000 0010 0000 0001` | `0x0201` | [Cubot](https://github.com/simon987/Much-Assembly-Required/wiki/The-Cubot-Manuals) | +| `0000 0010 0000 0000` | `0x0201` | [Cubot](https://github.com/simon987/Much-Assembly-Required/wiki/The-Cubot-Manuals) | | `0000 0011 0000 0001` | `0x0301` | [Electric Box]() | | `0000 0100 0000 0001` | `0x0401` | [Factory](https://github.com/simon987/Much-Assembly-Required/wiki/NPC-Factory) | | `0000 0101 0000 0001` | `0x0501` | [NPC](https://github.com/simon987/Much-Assembly-Required/wiki/Non-Player-Character-(NPC)) |