Skip to content

Instantly share code, notes, and snippets.

@cschneider
Created April 28, 2020 18:18
Show Gist options
  • Save cschneider/aed55f3ee96abf9d980ddfd4f265f7c4 to your computer and use it in GitHub Desktop.
Save cschneider/aed55f3ee96abf9d980ddfd4f265f7c4 to your computer and use it in GitHub Desktop.
board=nodemcuv2
boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json
build.verbose=false
build.warn_data_percentage=75
builtin_platform_is_newer=10810
cache.enable=true
compiler.cache_core=true
compiler.warning_level=none
console=true
console.auto_clear=true
console.error.file=stderr.txt
console.length=500
console.lines=4
console.output.file=stdout.txt
custom_BoardModel=arduino-esp8266_primo
custom_CPUFreq=esp32_240
custom_CpuFrequency=d1_mini_80
custom_CrystalFreq=generic_26
custom_Debug=d1_mini_Disabled
custom_DebugLevel=ttgo-lora32-v1_none
custom_FlashErase=d1_mini_none
custom_FlashFreq=ttgo-lora32-v1_80
custom_FlashMode=esp32_qio
custom_FlashSize=esp32_4M
custom_LwIPVariant=d1_mini_v2mss536
custom_PSRAM=esp32_disabled
custom_PartitionScheme=esp32_default
custom_ResetMethod=generic_ck
custom_UploadSpeed=ttgo-lora32-v1_921600
custom_VTable=d1_mini_flash
custom_baud=nodemcuv2_115200
custom_cpu=nano_atmega328
custom_dbg=nodemcuv2_Disabled
custom_eesz=nodemcuv2_4M2M
custom_exception=nodemcuv2_legacy
custom_ip=nodemcuv2_lm2f
custom_led=nodemcuv2_2
custom_lvl=nodemcuv2_None____
custom_ssl=nodemcuv2_all
custom_vt=nodemcuv2_flash
custom_wipe=nodemcuv2_none
custom_xtal=nodemcuv2_80
editor.antialias=true
editor.auto_close_braces=true
editor.caret.blink=true
editor.code_folding=false
editor.divider.size=0
editor.external=false
editor.font=Monaco,plain,12
editor.indent=true
editor.invalid=false
editor.keys.alternative_cut_copy_paste=false
editor.keys.home_and_end_beginning_end_of_doc=false
editor.keys.shift_backspace_is_delete=true
editor.languages.current=
editor.linenumbers=true
editor.save_on_verify=true
editor.tabs.expand=true
editor.tabs.size=2
editor.update_extension=true
editor.window.height.default=600
editor.window.height.min=290
editor.window.width.default=500
editor.window.width.min=400
export.applet.separate_jar_files=false
export.application.fullscreen=false
export.application.platform=true
export.application.stop=true
export.delete_target_folder=true
gui.scale=auto
ide.accessible=false
last.ide.1.8.10.daterun=1588095318
last.ide.1.8.10.hardwarepath=/Applications/Arduino.app/Contents/Java/hardware
last.ide.1.8.12.daterun=1588096930
last.ide.1.8.12.hardwarepath=/Applications/Arduino.app/Contents/Java/hardware
last.ide.1.8.5.daterun=1555922014
last.ide.1.8.5.hardwarepath=/Applications/Arduino.app/Contents/Java/hardware
last.ide.1.8.9.daterun=1578302013
last.ide.1.8.9.hardwarepath=/Applications/Arduino.app/Contents/Java/hardware
last.screen.height=1080
last.screen.width=1920
last.serial.location=751,100,1158,356
last.sketch.count=1
last.sketch.default.location=710,240,500,600,-1,0
last.sketch2.location=243,46,1334,1010,691,0
last.sketch2.path=/Users/cschneid/checkout/badgy/examples/hello/hello.ino
platform.auto_file_type_associations=true
preferences.readonly=false
preproc.color_datatype=true
preproc.enhanced_casting=true
preproc.imports.list=java.applet.*,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.*,java.net.*,java.text.*,java.util.*,java.util.zip.*,java.util.regex.*
preproc.output_parse_tree=false
preproc.save_build_files=false
preproc.substitute_floats=true
preproc.substitute_unicode=true
preproc.web_colors=true
programmer=arduino:avrispmkii
proxy.manual.hostname=
proxy.manual.password=
proxy.manual.port=
proxy.manual.type=HTTP
proxy.manual.username=
proxy.pac.url=
proxy.type=auto
recent.sketches=/Users/cschneid/checkout/badgy/examples/hello/hello.ino
run.display=1
run.options=
run.options.memory=false
run.options.memory.initial=64
run.options.memory.maximum=256
run.present.bgcolor=#666666
run.present.exclusive=true
run.present.stop.color=#cccccc
serial.databits=8
serial.debug_rate=9600
serial.line_ending=1
serial.parity=N
serial.port=/dev/cu.SLAB_USBtoUART
serial.port.file=cu.SLAB_USBtoUART
serial.port.iserial=
serial.show_timestamp=true
serial.stopbits=1
sketchbook.path=/Users/cschneid/Documents/Arduino
software=ARDUINO
target_package=esp8266
target_platform=esp8266
theme.file=
update.check=true
update.id=3670087856188883119
update.last=1588095327483
upload.using=bootloader
upload.verbose=false
upload.verify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment