1
0
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:
Cristian Maglie
2014-11-09 20:44:12 +01:00
parent 9a441d6dae
commit 9a9fef808c
3 changed files with 8 additions and 5 deletions

View File

@ -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)