mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-04-30 10:39:09 +00:00
set log level in release build to info
This commit is contained in:
@@ -19,7 +19,7 @@ esp-radio = { version = "0.16.0", features = ["esp32c6","esp-alloc", "wifi", "lo
|
|||||||
esp-rtos = { version = "0.1.1", features = ["esp32c6", "embassy", "esp-radio", "esp-alloc"] }
|
esp-rtos = { version = "0.1.1", features = ["esp32c6", "embassy", "esp-radio", "esp-alloc"] }
|
||||||
|
|
||||||
critical-section = "1.2.0"
|
critical-section = "1.2.0"
|
||||||
log = { version = "0.4" }
|
log = { version = "0.4", features = ["release_max_level_info"]}
|
||||||
static_cell = { version = "2.1.1", features = ["nightly"] }
|
static_cell = { version = "2.1.1", features = ["nightly"] }
|
||||||
heapless = { version = "0.8.0", default-features = false }
|
heapless = { version = "0.8.0", default-features = false }
|
||||||
chrono = { version = "0.4.41", default-features = false }
|
chrono = { version = "0.4.41", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user