diff --git a/build/arduino-esp.yml b/build/arduino-esp.yml index ad51176e43..b78f99fb45 100644 --- a/build/arduino-esp.yml +++ b/build/arduino-esp.yml @@ -40,6 +40,8 @@ jobs: echo -e "exit\r\n\r\n\r\n" | cat > input.txt python3 serial_connect.py -i input.txt -o output.txt -b 115200 -p $(ESP8266_PORT) -d esp8266 -s rm input.txt + code=$( input.txt python3 serial_connect.py -i input.txt -o output.txt -b 1000000 -p $(ESP32_PORT) -d esp32 -s rm input.txt + code=$( 4: print(output) + if 'rpi' in serial_settings.device_type or 'raspi' in serial_settings.device_type: # for rpi, transfer pipeline/artifact files from agent to device # get filepath, walk it # for each file, send rz, then sz file to rpi port - - - - if 'rpi' in serial_settings.device_type or 'raspi' in serial_settings.device_type: uart = rpi_uart_interface.rpi_uart_interface() elif 'mxchip' in serial_settings.device_type: uart = mxchip_uart_interface.mxchip_uart_interface()