Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c86 static char text2[] = "AT+GSN\r"; in app_main() local
87 ESP_ERROR_CHECK(cdc_acm_host_data_tx_blocking(cdc_dev, (uint8_t *)text2, strlen(text2), 1000)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dcdc_acm_host_bg96.cpp196 static char text2[] = "AT+GSN\r"; in app_main() local
207 bg96->at_write((uint8_t *)text2, strlen(text2)); in app_main()