diff options
Diffstat (limited to 'posts/2020-09-06-esp-and-micropython.md')
| -rw-r--r-- | posts/2020-09-06-esp-and-micropython.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/posts/2020-09-06-esp-and-micropython.md b/posts/2020-09-06-esp-and-micropython.md index 1052795..a0a3b93 100644 --- a/posts/2020-09-06-esp-and-micropython.md +++ b/posts/2020-09-06-esp-and-micropython.md | |||
| @@ -3,7 +3,7 @@ Title: Getting started with MicroPython and ESP8266 | |||
| 3 | Description: Getting started with MicroPython and ESP8266 | 3 | Description: Getting started with MicroPython and ESP8266 |
| 4 | Slug: esp8266-and-micropython-guide | 4 | Slug: esp8266-and-micropython-guide |
| 5 | Listing: true | 5 | Listing: true |
| 6 | Created: 2020, September 6 | 6 | Created: 2020-09-06 |
| 7 | Tags: [] | 7 | Tags: [] |
| 8 | --- | 8 | --- |
| 9 | 9 | ||
| @@ -12,6 +12,10 @@ Tags: [] | |||
| 12 | 1. [Introduction](#introduction) | 12 | 1. [Introduction](#introduction) |
| 13 | 2. [Flashing the SOC](#flashing-the-soc) | 13 | 2. [Flashing the SOC](#flashing-the-soc) |
| 14 | 3. [Install better tooling](#install-better-tooling) | 14 | 3. [Install better tooling](#install-better-tooling) |
| 15 | 1. [ampy](#ampy) | ||
| 16 | 2. [rshell](#rshell) | ||
| 17 | 1. [Moving files to flash](#moving-files-to-flash) | ||
| 18 | 2. [Executing scripts](#executing-scripts) | ||
| 15 | 4. [Additional resources](#additional-resources) | 19 | 4. [Additional resources](#additional-resources) |
| 16 | 20 | ||
| 17 | 21 | ||
