Skip to content

Commit

Permalink
Merge pull request #175 from cyberman54/development
Browse files Browse the repository at this point in the history
v1.5.16 (upgrade to ESP IDF 3.1)
  • Loading branch information
cyberman54 authored Oct 1, 2018
2 parents 8084b2c + f9ab110 commit d02462e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description = Paxcounter is a proof-of-concept ESP32 device for metering passeng

[common]
; for release_version use max. 10 chars total, use any decimal format like "a.b.c"
release_version = 1.5.14
release_version = 1.5.16
; DEBUG LEVEL: For production run set to 0, otherwise device will leak RAM while running!
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose
debug_level = 0
Expand All @@ -35,8 +35,7 @@ upload_protocol = esptool
;upload_protocol = custom
extra_scripts = pre:build.py
keyfile = ota.conf
;platform_espressif32 = [email protected]
platform_espressif32 = https://github.com/platformio/platform-espressif32.git#d4c38ab
platform_espressif32 = [email protected]
board_build.partitions = min_spiffs.csv
monitor_speed = 115200
lib_deps_all =
Expand Down

0 comments on commit d02462e

Please sign in to comment.