From 6ac0fca1fded2b98144308ce34249a38eef958a8 Mon Sep 17 00:00:00 2001 From: lekrsu Date: Fri, 3 May 2024 13:43:34 +0200 Subject: [PATCH] Revert "font" This reverts commit 9c8bfffd854650054cc42ae0e3d997967ec0eb83. --- README.md | 10 +++------- _layouts/default.html | 12 ------------ assets/css/style.css | 5 ----- 3 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 _layouts/default.html delete mode 100644 assets/css/style.css diff --git a/README.md b/README.md index 890c135..1e5fbb1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ ---- -layout: default ---- - ## Quick SHFW Configuration Walkthrough -## SHFW 3.7.1 is out, go test it out! +## SHFW 3.7.0 is out, go test it out! -For a detailed list of new features and improvements in SHFW 3.7.1, see the [3.7.1 Changelog](#371-changelog). +For a detailed list of new features and improvements in SHFW 3.7.0, see the [3.7.0 Changelog](#370-changelog). SHFW is a custom firmware available for flashing via the Scooterhacking Utility app. Configuring it might be challenging for new users. This guide aims to provide a quick and easy way to apply the important basics. The understanding aspect of all this can be overwhelming, but it will come as a side effect of your own testing and thinking as we can't do that for you. @@ -75,7 +71,7 @@ To customize these phase limits, check out the Iq and Id sliders under "Field We
Graph showing Torque 30A, initial 5A flux, with 100mA increments of variable flux, from the speeds 15 km/h and 25 km/h.

-## 3.7.1 changelog +## 3.7.0 changelog ### PWM Frequency Adjustment - **Range:** 4-24kHz diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 136902f..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - {{ page.title }} - - - - {{ content }} - - diff --git a/assets/css/style.css b/assets/css/style.css deleted file mode 100644 index cf75d3b..0000000 --- a/assets/css/style.css +++ /dev/null @@ -1,5 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600&display=swap'); - -body { - font-family: 'Source Code Pro', monospace; -} \ No newline at end of file