From b6f3c4c069ae9cc6bd6c9163b9dc7e967f49e166 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Thu, 26 Aug 2021 22:22:46 +0200 Subject: [PATCH] Added helper scripts --- .gitignore | 2 -- app-flash.sh | 2 ++ flash.sh | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100755 app-flash.sh create mode 100755 flash.sh diff --git a/.gitignore b/.gitignore index a6d619b..bdae45c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,3 @@ desktop.ini /sdkconfig.old* /.idea /.ccache -flash.sh -app-flash.sh diff --git a/app-flash.sh b/app-flash.sh new file mode 100755 index 0000000..50e0112 --- /dev/null +++ b/app-flash.sh @@ -0,0 +1,2 @@ +#!/bin/bash +idf.py -p /dev/ttyUSB0 -b 921600 app-flash monitor diff --git a/flash.sh b/flash.sh new file mode 100755 index 0000000..b7be12b --- /dev/null +++ b/flash.sh @@ -0,0 +1,2 @@ +#!/bin/bash +idf.py -p /dev/ttyUSB0 -b 921600 flash monitor