Use secconfig.example.h, ignore secconfig.h

This commit is contained in:
seiichiro 2023-12-20 17:50:20 +01:00
parent 7e2b35eb19
commit 990434b673
3 changed files with 12 additions and 8 deletions

1
Firmware/.gitignore vendored
View file

@ -3,3 +3,4 @@
!.vscode/tasks.json !.vscode/tasks.json
!.vscode/extensions.json !.vscode/extensions.json
*.code-workspace *.code-workspace
src/secconfig.h

View file

@ -1,7 +1,10 @@
{ {
// See http://go.microsoft.com/fwlink/?LinkId=827846 // See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format // for the documentation about the extensions.json format
"recommendations": [ "recommendations": [
"platformio.platformio-ide" "platformio.platformio-ide"
] ],
} "unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

View file

@ -57,7 +57,7 @@
// LoRa RFM95 + SHT21, LED on Pin A7 // LoRa RFM95 + SHT21, LED on Pin A7
#define RF_LORA #define RF_LORA
#define HAS_SHT21 #define HAS_SHT32
#define LED_PIN PIN_A7 #define LED_PIN PIN_A7
#define SLEEP_TIME 544 #define SLEEP_TIME 544
// Information from The Things Network, device configuration ACTIVATION METHOD: ABP, msb left // Information from The Things Network, device configuration ACTIVATION METHOD: ABP, msb left