mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
- Add ip/gw/subnet/dns get/set commands with SPIFFS persistence - Implement reconfigureEthernet() method for runtime config - Fix TCP_CONSOLE_PORT conditional compilation - Update platformio.ini for consistency (USE_ETHERNET) - Document Ethernet settings and get bridge.type command - Fixes #2196 #2197 hardware and console dependencies
9 lines
192 B
JSON
9 lines
192 B
JSON
{
|
|
"recommendations": [
|
|
"pioarduino.pioarduino-ide",
|
|
"platformio.platformio-ide"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-vscode.cpptools-extension-pack"
|
|
]
|
|
}
|