Home
last modified time | relevance | path

Searched refs:text1 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c82 static char text1[] = "AT\r"; in app_main() local
83 ESP_ERROR_CHECK(cdc_acm_host_data_tx_blocking(cdc_dev, (uint8_t *)text1, strlen(text1), 1000)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dcdc_acm_host_bg96.cpp195 static char text1[] = "AT\r"; in app_main() local
199 bg96->at_write((uint8_t *)text1, strlen(text1)); in app_main()