mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 16:41:44 +01:00
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
|
|
module esp32_netsuite {
|
||
|
|
import from tcp_suite all;
|
||
|
|
|
||
|
|
control {
|
||
|
|
execute(tc_tcp_002());
|
||
|
|
execute(tc_tcp_003());
|
||
|
|
execute(tc_tcp_004());
|
||
|
|
execute(tc_tcp_005());
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|