Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit ce7cdaf

Browse files
Safeboot on upload default setting to false
1 parent dd77ec1 commit ce7cdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default class Config {
8989
},
9090
safe_boot_on_upload: {
9191
type: 'boolean',
92-
default: true,
92+
default: false,
9393
title: 'Safe-boot before upload',
9494
description: 'Only works with firmware v1.16.0.b1 and up. Safe boots the board before uploading to prevent running out of memory while uploading. Especially useful on older boards with less memory, but adds about 2 seconds to the upload procedure',
9595
order: 9

0 commit comments

Comments
 (0)