This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ // Command descriptions from https://www.scantool.net/downloads/98/stn1100-frpm.pdf | |
"init_commands": { | |
"command": [ | |
"ATD", // Set all settings to defaults | |
"ATD0", // Turn printing of CAN DLC off | |
"ATE0", // Turn off terminal echo | |
"ATH1", // Turn display of headers on | |
"ATSP0", // Set OBD protocol preset | |
"ATM0", // Memory Off | |
"ATS0", // Print space off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[server] | |
SERVER | |
[server:vars] | |
server_name=SERVER | |
docker_nginx_ssl=true |