diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-26 12:09:18 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-26 12:09:18 +0100 |
| commit | 17b4d15612cb0180efd387739e8df66dd999d3ae (patch) | |
| tree | 205b1eaefa99023f76bc7b004f9412c29eec62f6 /posts/2020-09-06-esp-and-micropython.md | |
| parent | 0cf6622ab6d5a3d52d614e963b9a28aee72d5b41 (diff) | |
| download | mitjafelicijan.com-17b4d15612cb0180efd387739e8df66dd999d3ae.tar.gz | |
Fixed dates in RSS
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 | ||
