Files
sonicare/.nova/Tasks/Flipper Zero.json
T
mbirth fe1527d0d5 Initial commit
Signed-off-by: Markus Birth <markus@birth-online.de>
2026-01-21 23:09:02 +00:00

17 lines
289 B
JSON

{
"actions" : {
"build" : {
"enabled" : true,
"script" : "#!\/bin\/sh\nufbt\n"
},
"clean" : {
"enabled" : true,
"script" : "#!\/bin\/sh\nufbt -c\n"
},
"run" : {
"enabled" : true,
"script" : "#!\/bin\/sh\nufbt launch\n"
}
}
}