diff --git a/README.md b/README.md index 1e5fbb1..890c135 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ +--- +layout: default +--- + ## Quick SHFW Configuration Walkthrough -## SHFW 3.7.0 is out, go test it out! +## SHFW 3.7.1 is out, go test it out! -For a detailed list of new features and improvements in SHFW 3.7.0, see the [3.7.0 Changelog](#370-changelog). +For a detailed list of new features and improvements in SHFW 3.7.1, see the [3.7.1 Changelog](#371-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. @@ -71,7 +75,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.0 changelog +## 3.7.1 changelog ### PWM Frequency Adjustment - **Range:** 4-24kHz diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..136902f --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,12 @@ + + + + + + {{ page.title }} + + + + {{ content }} + + diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..cf75d3b --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,5 @@ +@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