mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Renamed preferences 'save.verifyUpload' to 'editor.save_on_verify'
This commit is contained in:
@ -149,6 +149,9 @@ editor.divider.size = 0
|
||||
# but keeps it from being annoyingly obtrusive
|
||||
editor.divider.size.windows = 2
|
||||
|
||||
# automatically save sketch when verifying or uploading
|
||||
editor.save_on_verify = true
|
||||
|
||||
# any additional java options when running externally
|
||||
# (for applets that are run external to the environment...
|
||||
# those with a code folder, or using any libraries)
|
||||
|
Reference in New Issue
Block a user