From 0a69f5c9633032b0ca6e07450656c8351c00610e Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" <5425387+Ralim@users.noreply.github.com> Date: Wed, 29 Jun 2022 09:20:09 +1000 Subject: [PATCH] Adding features table (#1318) Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e8b1bbdf..c41f7b98 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ This project is considered feature complete for use as a soldering iron, _so ple _This firmware does **NOT** support the USB port while running for changing settings. This is done through the onscreen menu only. Logos are edited using the tool or python script and uploaded in DFU mode._ + +| Device | DC Supported | QC Supported | PD Supported | Reccomended | +|--------: |:------------: |:------------: |:------------: |:-----------: | +| MHP30 | N | N | Y | Y | +| Pinecil | Y | Y | Y | Y | +| TS100 | Y | N | N | N | +| TS80 | N | Y | N | N | +| TS80P | N | Y | Y | Y | + ## Getting Started To get started with IronOS firmware, please jump to [Getting Started Guide](Documentation/GettingStarted.md).