Merge pull request #141 from cyberman54/development
migrate code to platformio espressif 1.2.0 -> 1.3.0
This commit is contained in:
commit
edfc20e65d
@ -140,8 +140,8 @@ Hereafter described is the default *plain* format, which uses MSB bit numbering.
|
|||||||
|
|
||||||
byte 1-2: Battery or USB Voltage [mV], 0 if no battery probe
|
byte 1-2: Battery or USB Voltage [mV], 0 if no battery probe
|
||||||
byte 3-10: Uptime [seconds]
|
byte 3-10: Uptime [seconds]
|
||||||
bytes 11-14: CPU temperature [°C]
|
byte 11: CPU temperature [°C]
|
||||||
bytes 15-18: Free RAM [bytes]
|
bytes 12-15: Free RAM [bytes]
|
||||||
|
|
||||||
**Port #3:** Device configuration query result
|
**Port #3:** Device configuration query result
|
||||||
|
|
||||||
|
@ -28,12 +28,12 @@ env_default = generic
|
|||||||
description = Paxcounter is a proof-of-concept ESP32 device for metering passenger flows in realtime. It counts how many mobile devices are around.
|
description = Paxcounter is a proof-of-concept ESP32 device for metering passenger flows in realtime. It counts how many mobile devices are around.
|
||||||
|
|
||||||
[common_env_data]
|
[common_env_data]
|
||||||
platform_espressif32 = espressif32@1.2.0
|
platform_espressif32 = espressif32@1.3.0
|
||||||
;platform_espressif32 = https://github.com/platformio/platform-espressif32.git#feature/stage
|
;platform_espressif32 = https://github.com/platformio/platform-espressif32.git#feature/stage
|
||||||
board_build.partitions = no_ota.csv
|
board_build.partitions = no_ota.csv
|
||||||
lib_deps_all =
|
lib_deps_all =
|
||||||
lib_deps_display =
|
lib_deps_display =
|
||||||
U8g2@>=2.23.12
|
U8g2@>=2.23.16
|
||||||
lib_deps_rgbled =
|
lib_deps_rgbled =
|
||||||
SmartLeds@>=1.1.3
|
SmartLeds@>=1.1.3
|
||||||
lib_deps_gps =
|
lib_deps_gps =
|
||||||
@ -44,13 +44,13 @@ build_flags =
|
|||||||
; otherwise device may leak RAM
|
; otherwise device may leak RAM
|
||||||
;
|
;
|
||||||
; None
|
; None
|
||||||
; -DCORE_DEBUG_LEVEL=0
|
-DCORE_DEBUG_LEVEL=0
|
||||||
; Error
|
; Error
|
||||||
; -DCORE_DEBUG_LEVEL=1
|
; -DCORE_DEBUG_LEVEL=1
|
||||||
; Warn
|
; Warn
|
||||||
-DCORE_DEBUG_LEVEL=2
|
; -DCORE_DEBUG_LEVEL=2
|
||||||
; Info
|
; Info
|
||||||
; -DCORE_DEBUG_LEVEL=3
|
-DCORE_DEBUG_LEVEL=3
|
||||||
; Debug
|
; Debug
|
||||||
; -DCORE_DEBUG_LEVEL=4
|
; -DCORE_DEBUG_LEVEL=4
|
||||||
; Verbose
|
; Verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user