Merge pull request #492 from fede2cr/master

Improving Saola
This commit is contained in:
Scott Shawcroft 2020-06-29 16:00:32 -07:00 committed by GitHub
commit f421d608b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ you only have one image, place it in the 'original' folder.
1. You need "ruby" and "ruby-bundler" installed locally. These instructions
were tested with ruby 2.5 and ruby-bundler 1.17.3 on a Debian Stretch system.
2. As needed, `git submodule update --init --recursive` to fetch the submodules
3. One time, run `bundle install --path vendor/bundle`
3. One time, run `bundle config set path 'vendor/bundle' && bundle install ``
4. Run `bundle exec jekyll serve` to generate the site locally
5. Visit the displayed "server address"
6. After most local edits, the content will be updated. You will need to

View file

@ -5,7 +5,7 @@ title: "Saola 1 w/WROVER Download"
name: "Saola 1 w/WROVER"
manufacturer: "Espressif"
board_url: "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html"
board_image: "unknown.jpg"
board_image: "espressif_saola_1_wrover.jpg"
date_added: 2020-05-15
---
@ -15,6 +15,7 @@ This is the Saola dev board with a WROVER ESP32-S2 module. The module includes 2
## Learn More
* [User Guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html)
* [How to load CircuitPython](https://gist.github.com/askpatrickw/0a276c7e2d4f54e442b2cb6eaa0d32ea)
## Contribute

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB