From e97c78288daa6b45507718c88042c8ab0dcf669b Mon Sep 17 00:00:00 2001 From: CNLohr <lohr85@gmail.com> Date: Tue, 20 Jun 2023 03:03:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3521571..b513773 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The generated .bin is used by minichlink and the .hex file is compatible with th ## VSCode +/- PlatformIO -Note: With PlatformIO is genearlly used for CI on this repo. However, note that this is **not** the path that allows for debugging on Windows. +Note: With PlatformIO is genearlly used for CI on this repo. However, note that this is **not** the path that allows for debugging on Windows (For that see [debugprintfdemo](https://github.com/cnlohr/ch32v003fun/tree/master/examples/debugprintfdemo/.vscode)) This project can also be built, uploaded and debugged with VSCode and the PlatformIO extension. Simply clone and open this project in VSCode and have the PlatformIO extension installed. -- GitLab