diff --git a/esphomeyaml/devices/esp32.rst b/esphomeyaml/devices/esp32.rst index cdf2269da..c7b8d4dbe 100644 --- a/esphomeyaml/devices/esp32.rst +++ b/esphomeyaml/devices/esp32.rst @@ -10,9 +10,9 @@ asks you for the board type. # Example configuration entry esphomeyaml: - name: livingroom - platform: ESP32 - board: + name: livingroom + platform: ESP32 + board: The ESP32 boards often use the internal GPIO pin numbering on the board, this means that you don't have to worry about other kinds of pin numberings, yay!