Open wyan opened 1 year ago
The config file used (private bits redacted out):
{
"callsign": "EA4FYQ-10",
"network": {
"DHCP": true,
"static": {
"ip": "192.168.0.100",
"subnet": "255.255.255.0",
"gateway": "192.168.0.1",
"dns1": "192.168.0.1",
"dns2": "192.168.0.2"
},
"hostname": {
"overwrite": false,
"name": "EA4FYQ-10"
}
},
"wifi": {
"active": true,
"AP": [
{
"SSID": "xxx xxx",
"password": "xxx"
}
]
},
"beacon": {
"message": "LoRa-iGate",
"position": {
"latitude": xxx
"longitude": xxx
},
"use_gps": false,
"timeout": 15,
"send_on_hf": true
},
"aprs_is": {
"active": true,
"passcode": "xxx",
"server": "euro.aprs2.net",
"port": 14580,
"filter": ""
},
"digi": {
"active": false
},
"lora": {
"frequency_rx": 433775000,
"gain_rx": 0,
"frequency_tx": 433775000,
"power": 20,
"spreading_factor": 12,
"signal_bandwidth": 125000,
"coding_rate4": 5,
"tx_enable": false
},
"display": {
"always_on": true,
"timeout": 10,
"overwrite_pin": 0,
"turn180": true
},
"ftp": {
"active": true,
"user": [
{
"name": "xxx",
"password": "xxx"
}
]
},
"mqtt": {
"active": false,
"server": "",
"port": 1883,
"name": "",
"password": "",
"topic": "LoraAPRS/Data",
"will_active": false,
"will_topic": "LoraAPRS/State",
"will_message": "offline",
"birth_message": "online"
},
"syslog": {
"active": false,
"server": "",
"port": 514
},
"ntp_server": "pool.ntp.org"
}
Did you miss to uploade the config file? That's a separate task after flashing the program. Go to the PlatformIO, PROJECT TASKS/lora_board_debug/Platform/Upload Filesystem Image
Describe the bug The Lora32 shows the boot screen but gets stuck in a boot loop.
To Reproduce Steps to reproduce the behavior:
8c2c217acca4f951fc3583eed54a9c47e35e3e27
(tagv23.31.1
, currentlyHEAD
on master branch)Expected behavior The board boots up correctly
Screenshots
Desktop (please complete the following information):
Board name: Lilygo TTGO Lora32 T3_V1.6.2 (20210420)
Additional context I've tried switching on and off the following: FTP, TX, send_on_hf, APRS-IS, all of them lead to the same boot loop.