Commit a726141
Enable enhanced debug logging for network troubleshooting
Added debugging configuration to help diagnose AsyncWebServer connection issues:
1. **wokwi.toml** - Added log level configuration:
- logLevel = "warn" for general Wokwi output
- logLevel = "debug" for network traffic logging on port forwarding
- This will show detailed network traffic between localhost:8080 and target:80
2. **diagram.json** - Increased serial buffer:
- bufferSize: 8192 (up from default)
- Prevents serial output truncation during debugging
- Ensures complete capture of firmware logs
These changes provide visibility into:
- Network connection attempts and failures
- HTTP request/response traffic
- AsyncWebServer initialization and operation
- Any network-related errors or timeouts
Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>1 parent 846159a commit a726141
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
0 commit comments