Merge pull request #173 from cyberman54/development

v1.5.14
This commit is contained in:
Verkehrsrot 2018-10-01 12:11:56 +02:00 committed by GitHub
commit 8084b2c645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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.13
release_version = 1.5.14
; 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
@ -35,7 +35,8 @@ upload_protocol = esptool
;upload_protocol = custom
extra_scripts = pre:build.py
keyfile = ota.conf
platform_espressif32 = espressif32@1.3.0
;platform_espressif32 = espressif32@1.3.0
platform_espressif32 = https://github.com/platformio/platform-espressif32.git#d4c38ab
board_build.partitions = min_spiffs.csv
monitor_speed = 115200
lib_deps_all =

View File

@ -74,8 +74,8 @@ void start_ota_update() {
u8x8.setInverseFont(0);
u8x8.print("WiFi connect ..\n");
u8x8.print("Has Update? ..\n");
u8x8.print("Fetching ..\n");
u8x8.print("Downloading ..\n");
u8x8.print("Flashing ..\n");
u8x8.print("Rebooting ..");
#endif