Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Dec 12, 2018
1 parent eb8d4ad commit bbb0795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions esphomeyaml/components/output/esp8266_pwm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ ESP8266 Software PWM Output

The ESP8266 Software PWM platform allows you to use a software PWM on
the pins GPIO0-GPIO16 on your ESP8266. As this is only a software PWM
and not a hardware PWM (like the :doc:`ESP32 LEDC PWM <ledc>`) and has a few
limitations.

- There can be a noticeable amount of flickering with increased WiFi activity.
- The output range only goes up to about 80%.
and not a hardware PWM (like the :doc:`ESP32 LEDC PWM <ledc>`) and has a key
disadvantage: There can be a noticeable amount of flickering with increased WiFi
activity.

If you need a stable PWM signal, it’s definitely recommended to use the
successor of the ESP8266, the ESP32, and its :doc:`ESP32 LEDC PWM <ledc>` instead.
Expand Down
2 changes: 1 addition & 1 deletion seo.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def create_property_meta(name, content):
# Twitter
create_content_meta("twitter:title", node.title)
create_content_meta("twitter:image:src", node.image)
create_content_meta("twitter:card", "summary_large_image")
create_content_meta("twitter:card", "summary")
create_content_meta("twitter:site", "@OttoWinter_")
create_content_meta("twitter:creator", node.author_twitter)
create_content_meta("twitter:description", node.description)
Expand Down

0 comments on commit bbb0795

Please sign in to comment.