ESP32 + SIM7600 cellular firmware for the in-car agent device: WiFi/AP provisioning with a web admin page, GPRS/LTE connectivity, and IMEI-based identification. The hardcoded default WiFi password has been replaced with a YOUR-WIFI-PASSWORD placeholder so no real credential enters git history. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
17 lines
628 B
JSON
17 lines
628 B
JSON
{
|
|
"port": "COM3",
|
|
"configuration": "UploadSpeed=921600,USBMode=hwcdc,CDCOnBoot=cdc,MSCOnBoot=default,DFUOnBoot=default,UploadMode=default,CPUFreq=240,FlashMode=qio,FlashSize=16M,PartitionScheme=app3M_fat9M_16MB,DebugLevel=none,PSRAM=opi,LoopCore=1,EventsCore=1,EraseFlash=none,JTAGAdapter=default,ZigbeeMode=default",
|
|
"output": "build",
|
|
"board": "esp32:esp32:esp32s3",
|
|
"programmer": "Esptool",
|
|
"useProgrammer": false,
|
|
"configurationRequired": true,
|
|
"monitorPortSettings": {
|
|
"port": "COM3",
|
|
"baudRate": 115200,
|
|
"lineEnding": "\r\n",
|
|
"dataBits": 8,
|
|
"parity": "none",
|
|
"stopBits": "one"
|
|
}
|
|
} |