diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2020-07-18 16:45:03 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2020-07-18 16:45:03 +0200 |
| commit | eec7e649ae459faaa7d585d0f2d7ff11c1685a26 (patch) | |
| tree | ece6a1570790b9c83663fa09d1ece1ff29158329 | |
| parent | fc4033f85e8c5a7a3bd6068ab690e1a8342c9e33 (diff) | |
flash firmware with higher speed
| -rw-r--r-- | platformio.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platformio.ini b/platformio.ini index 1e22909..12347c3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,4 +12,5 @@ platform = espressif32 board = esp32dev framework = arduino +upload_speed = 921600 lib_deps = GxEPD2, Wire, QRCode, U8g2_for_Adafruit_GFX |
