Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Oct 18, 2017
1 parent e838c9a commit efb9020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Expand Up @@ -81,7 +81,7 @@ monitor_baud = 115200

# http://docs.platformio.org/en/latest/platforms/espressif8266.html#using-arduino-framework-with-staging-version
# Staging Arduino framework and common lib version
[env:openevse_staging]
[env:emonesp_staging]
platform = espressif8266_stage
board = esp12e
framework = arduino
Expand All @@ -91,7 +91,7 @@ upload_port = emonesp.local
monitor_baud = 115200

# staging Arduino framwork and latest libs
[env:openevse_staging_libs]
[env:emonesp_staging_libs]
platform = espressif8266_stage
board = esp12e
framework = arduino
Expand Down

0 comments on commit efb9020

Please sign in to comment.