Commit 8a02494
fix: resolve build errors in serial command handlers
- Add const qualifier to CommandEntry::commandHandler()
- Explicit std::string conversion in hostname handleSet
- Use push_back instead of append for single char in validgpios
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d0a95dd commit 8a02494
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- include/serial/command_handlers
- src/serial/command_handlers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments