Use secconfig.example.h, ignore secconfig.h
This commit is contained in:
parent
7e2b35eb19
commit
990434b673
3 changed files with 12 additions and 8 deletions
1
Firmware/.gitignore
vendored
1
Firmware/.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
!.vscode/tasks.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
src/secconfig.h
|
||||
|
|
17
Firmware/.vscode/extensions.json
vendored
17
Firmware/.vscode/extensions.json
vendored
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
{
|
||||
// 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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
// LoRa RFM95 + SHT21, LED on Pin A7
|
||||
|
||||
#define RF_LORA
|
||||
#define HAS_SHT21
|
||||
#define HAS_SHT32
|
||||
#define LED_PIN PIN_A7
|
||||
#define SLEEP_TIME 544
|
||||
// Information from The Things Network, device configuration ACTIVATION METHOD: ABP, msb left
|
Loading…
Reference in a new issue