Skip to content

Instantly share code, notes, and snippets.

@MightyPork
Last active October 23, 2017 22:17
Show Gist options
  • Save MightyPork/a7bf8c7b51af6bd90db0acbfbce1f970 to your computer and use it in GitHub Desktop.
Save MightyPork/a7bf8c7b51af6bd90db0acbfbce1f970 to your computer and use it in GitHub Desktop.
# == ESPTerm config export ==
# Device: 03263E - Fancy Title
# Version: 2.2.0
[system]
uart_baudrate = 115200
uart_parity = 2
uart_stopbits = 1
config_version = 1
pwlock = 0
access_pw = "1234"
access_name = "espterm"
overclock = 1
[wifi]
opmode = 1
tpw = 20
ap_channel = 1
ap_ssid = "TERM-03263E"
ap_password = ""
ap_hidden = 0
ap_dhcp_time = 120
ap_dhcp_start = 192.168.4.100
ap_dhcp_end = 192.168.4.200
ap_addr_ip = 192.168.4.1
ap_addr_mask = 255.255.255.0
sta_ssid = "WifiName"
sta_password = "wifipass"
sta_dhcp_enable = 1
sta_addr_ip = 192.168.0.62
sta_addr_mask = 255.255.255.0
sta_addr_gw = 192.168.0.1
config_version = 0
[terminal]
width = 80
height = 24
default_bg = #300A24
default_fg = #FFFFFF
title = "Fancy Title"
btn1 = "1"
btn2 = "2"
btn3 = "3"
btn4 = "4"
btn5 = "5"
theme = 0
parser_tout_ms = 0
display_tout_ms = 12
fn_alt_mode = 1
config_version = 4
display_cooldown_ms = 35
loopback = 0
show_buttons = 1
show_config_links = 1
bm1 = 1,33,55,66
bm2 = 2
bm3 = 3
bm4 = 4
bm5 = 5
cursor_shape = 0
crlf_mode = 0
want_all_fn = 0
debugbar = 0
allow_decopt_12 = 0
ascii_debug = 0
backdrop = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment