소스 검색

Update README.md

Chris Mullins 8 년 전
부모
커밋
d47e1ef35d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -30,8 +30,8 @@ You'll need to flash the firmware and a SPIFFS image. It's really easy to do thi
 
 ```
 export ESP_BOARD=nodemcuv2
-platformio run -u $ESP_BOARD --target upload
-platformio run -u $ESP_BOARD --target uploadfs
+platformio run -e $ESP_BOARD --target upload
+platformio run -e $ESP_BOARD --target uploadfs
 ```
 
 Of course make sure to substitute `nodemcuv2` with the board that you're using.