less verbose log output
This commit is contained in:
parent
660e534963
commit
258e5746d0
@ -214,7 +214,7 @@ uint8_t u8g2_esp32_gpio_and_delay_cb(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int,
|
||||
if (cs != U8X8_PIN_NONE) {
|
||||
bitmask = bitmask | (1ull << cs);
|
||||
}
|
||||
ESP_LOGI(TAG, "GPIO_AND_DELAY_INIT: dc=%d, reset=%d, cs=%d", dc, reset,
|
||||
ESP_LOGV(TAG, "GPIO_AND_DELAY_INIT: dc=%d, reset=%d, cs=%d", dc, reset,
|
||||
cs);
|
||||
|
||||
if (bitmask == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user