Searched refs:text2 (Results 1 – 2 of 2) sorted by relevance
86 static char text2[] = "AT+GSN\r"; in app_main() local87 ESP_ERROR_CHECK(cdc_acm_host_data_tx_blocking(cdc_dev, (uint8_t *)text2, strlen(text2), 1000)); in app_main()
196 static char text2[] = "AT+GSN\r"; in app_main() local207 bg96->at_write((uint8_t *)text2, strlen(text2)); in app_main()