From deaa9925ab050277937b9c03a0468bdff9a7b649 Mon Sep 17 00:00:00 2001 From: plw1g21 <plw1g21@soton.ac.uk> Date: Wed, 23 Oct 2024 12:52:44 +0000 Subject: [PATCH] Update README.md (Table actually tables) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee555b0e..91c3b33f 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,12 @@ Model: Handles data and business logic (e.g., represents a Robobin object). View: Displays the UI and interacts with the user (e.g., buttons, labels). ViewModel: Connects the Model to the View, providing data and commands (e.g., logic to connect to Robobin and update the status). -//Table for the BLE and Wifi Commands that are communicated -| Command| Parameters | Use | Comms used | -| PING | - | Test to ensure comms between App and RPi exist | BLE| - +| Command | Parameters | Use | Comms Used | +| ------ | ------ | ------ | ------ | +| PING |-| Test to ensure comms between App and RPi exist | BLE | +| | | | | +| | | | | +| | | | | -- GitLab