Remove reference to decompiled source code from README

The decompiled code is not included in the repository (excluded via .gitignore).
Mentioning it in the README could create legal concerns and is misleading.
This commit is contained in:
wes
2025-12-29 09:29:10 -05:00
parent da2387e29c
commit c62fbf1bd4
-4
View File
@@ -72,10 +72,6 @@ Then COBS encoded before transmission.
- **HOME_ASSISTANT_INTEGRATION.md** - Home Assistant integration plan - **HOME_ASSISTANT_INTEGRATION.md** - Home Assistant integration plan
- **MISSION_ACCOMPLISHED.md** - Project completion summary - **MISSION_ACCOMPLISHED.md** - Project completion summary
### Source Code (Decompiled)
- **decompiled/** - 431 decompiled .NET assemblies (C# source)
- Key files: `DirectConnectionMyRvLinkBle.cs`, `MyRvLinkCommandType.cs`, `CobsEncoder.cs`, `Crc8.cs`
## 💻 Usage Example ## 💻 Usage Example
```python ```python