From b7cb37617a13088af05412a2566ff6bd0bd75429 Mon Sep 17 00:00:00 2001 From: cuu Date: Mon, 28 Apr 2025 15:01:17 +0800 Subject: [PATCH] Add commit hash in PicoMite/README.md for stock PicoMite verison --- Code/PicoMite/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/PicoMite/README.md b/Code/PicoMite/README.md index fcd47ab..3555be7 100644 --- a/Code/PicoMite/README.md +++ b/Code/PicoMite/README.md @@ -7,6 +7,8 @@ All the operations in this document are performed in a Linux environment. A basi git clone https://github.com/cuu/PicoMite.git cd PicoMite +git reset --hard 7df3396dd3a1070a5459af3a04df808389bfdef8 + git clone https://github.com/clockworkpi/PicoCalc.git #get patch code git apply PicoCalc/Code/PicoMite/PicoMite.patch