Skip to content

Commit

Permalink
Use latest patch asyncHTTPrequest
Browse files Browse the repository at this point in the history
  • Loading branch information
boblemaire committed Jun 8, 2019
1 parent 4d3806a commit be0b2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lib_deps = ArduinoJson@5.13.1
RTClib@1.2.1
Crypto@0.1.3
ESPAsyncTCP@1.1.3
asyncHTTPrequest@1.1.9
asyncHTTPrequest@~1.1.9

# default environment, compile and upload using; `$ pio run -t upload`
[env:iotawatt]
Expand All @@ -36,7 +36,7 @@ framework = arduino
lib_deps = ${common.lib_deps}
upload_speed = 921600
monitor_speed = 115200
;upload_port = COM12
;upload_port = COM3

# alternate environment
# compile and uplod using: `$ pio run -t upload -e iotawatt_staging
Expand Down

0 comments on commit be0b2df

Please sign in to comment.