From ba9370bbd4d5ad5f57a1c91f4a737b0dbb8de59a Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 25 Apr 2025 15:47:29 +0200 Subject: [PATCH] Add keybinding to upload files to Arduino --- +keybindings.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/+keybindings.el b/+keybindings.el index 3b71c1f..3dcff62 100644 --- a/+keybindings.el +++ b/+keybindings.el @@ -37,4 +37,5 @@ (:localleader :desc "Compile the project" "c c" #'platformio-build :desc "Upload the project" "c u" #'platformio-upload - :desc "Monitor the serial console" "c m" #'platformio-device-monitor)) + :desc "Monitor the serial console" "c m" #'platformio-device-monitor + :desc "Upload data files" "c d" #'platformio-spiffs-upload))