Skip to content

Commit

Permalink
Set NTC beta 3950 for all profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
David authored and David committed Jun 12, 2024
1 parent b75274b commit 33b7a36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BOARDS/KSGER/v1.5/STM32F103/Core/Inc/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
#ifdef USE_NTC

#define NTC_RES 10000
#define NTC_BETA 3450
#define NTC_BETA 3950
#define PULL_RES 10000
#define PULLUP

Expand Down
2 changes: 1 addition & 1 deletion BOARDS/KSGER/v2/STM32F101/Core/Inc/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
#ifdef USE_NTC

#define NTC_RES 10000
#define NTC_BETA 3450
#define NTC_BETA 3950
#define PULL_RES 4700
#define PULLUP

Expand Down
2 changes: 1 addition & 1 deletion BOARDS/KSGER/v3/STM32F101/Core/Inc/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
#ifdef USE_NTC

#define NTC_RES 10000
#define NTC_BETA 3450
#define NTC_BETA 3950
#define PULL_RES 4700
#define PULLUP

Expand Down
2 changes: 1 addition & 1 deletion BOARDS/Quicko/STM32F072/Core/Inc/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
#ifdef USE_NTC

#define NTC_RES 10000
#define NTC_BETA 3450
#define NTC_BETA 3950
#define PULL_RES 10000
#define PULLUP

Expand Down
2 changes: 1 addition & 1 deletion BOARDS/Quicko/STM32F103/Core/Inc/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
#ifdef USE_NTC

#define NTC_RES 10000
#define NTC_BETA 3450
#define NTC_BETA 3950
#define PULL_RES 10000
#define PULLUP

Expand Down

0 comments on commit 33b7a36

Please sign in to comment.