Skip to content

Commit f421d60

Browse files
authored
Merge pull request #492 from fede2cr/master
Improving Saola
2 parents 9c375e3 + ea82c57 commit f421d60

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

README.md

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

_board/espressif_saola_1_wrover.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Saola 1 w/WROVER Download"
55
name: "Saola 1 w/WROVER"
66
manufacturer: "Espressif"
77
board_url: "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html"
8-
board_image: "unknown.jpg"
8+
board_image: "espressif_saola_1_wrover.jpg"
99
date_added: 2020-05-15
1010
---
1111

@@ -15,6 +15,7 @@ This is the Saola dev board with a WROVER ESP32-S2 module. The module includes 2
1515

1616
## Learn More
1717
* [User Guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html)
18+
* [How to load CircuitPython](https://gist.github.com/askpatrickw/0a276c7e2d4f54e442b2cb6eaa0d32ea)
1819

1920
## Contribute
2021

Loading
Loading
Loading

0 commit comments

Comments
 (0)