Add keybinding to upload files to Arduino

This commit is contained in:
coolneng 2025-04-25 15:47:29 +02:00
parent fbba44d7a2
commit ba9370bbd4
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -37,4 +37,5 @@
(:localleader (:localleader
:desc "Compile the project" "c c" #'platformio-build :desc "Compile the project" "c c" #'platformio-build
:desc "Upload the project" "c u" #'platformio-upload :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))