Searched refs:ENTER (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/examples/system/unit_test/ |
D | README.md | 145 This is the initial example output. At this point, press ENTER key to get the list of tests: 157 * Run specific test by its index: type the number and press ENTER. 158 * Run a group of tests with a certain tag: type the tag, including square brackets, and press ENTER. 159 … with a certain tag: press `!`, then type the tag, including the square brackets, then press ENTER. 160 * Run test with a specific name: type the name of the test, including quotes, and press ENTER. 161 * Run all the tests: press `*` and then ENTER. 165 For example, the output when typing `1` and then `ENTER` will be:
|
/hal_espressif-3.6.0/components/console/linenoise/ |
D | linenoise.c | 167 ENTER = 10, /* Enter */ enumerator 868 if ( (getMillis() - t1) < LINENOISE_PASTE_KEY_DELAY && c != ENTER) { in linenoiseEdit() 891 case ENTER: /* enter */ in linenoiseEdit()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/tutorial/ |
D | BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md | 357 | `ESP_BLE_MESH_ENTER_NUMBER` | ENTER NUMBER | 358 | `ESP_BLE_MESH_ENTER_STRING` | ENTER STRING |
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/ |
D | BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md | 283 * The line is returned when ENTER is pressed.
|
/hal_espressif-3.6.0/tools/test_idf_monitor/tests/ |
D | in2.txt | 63 [0;32mI (880) light_bulb: [light_bulb_event_loop_cb, 131]:* ENTER CONFIG NETWORK MODE *[0m
|