mirror of
https://github.com/thelsing/knx.git
synced 2025-01-30 00:19:01 +01:00
dce92403e5
* add commitNonVolatileMemory overload to batch write chars n times to flash * changed uint8_t getEepromBuffer(uint16_t size) to uint8_t getEepromBuffer(uint32_t size) to allow eeprom > 65k * reworked PR #230
11 lines
274 B
JSON
11 lines
274 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"platformio.platformio-ide"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-vscode.cpptools-extension-pack"
|
|
]
|
|
}
|