mirror of
https://github.com/lekrsu/shfw-walkthrough.git
synced 2025-02-02 21:07:19 +01:00
font
font font
This commit is contained in:
parent
7944e79142
commit
9c8bfffd85
10
README.md
10
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
|
||||
<center>Graph showing Torque 30A, initial 5A flux, with 100mA increments of variable flux, from the speeds 15 km/h and 25 km/h.</center>
|
||||
</p>
|
||||
|
||||
## 3.7.0 changelog
|
||||
## 3.7.1 changelog
|
||||
|
||||
### PWM Frequency Adjustment
|
||||
- **Range:** 4-24kHz
|
||||
|
12
_layouts/default.html
Normal file
12
_layouts/default.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
||||
</head>
|
||||
<body>
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
5
assets/css/style.css
Normal file
5
assets/css/style.css
Normal file
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user