Merge branch 'main' into rx_delay

This commit is contained in:
Scott Powell 2025-02-06 10:54:52 +11:00
commit 55f14d968f
2 changed files with 4 additions and 3 deletions

View file

@ -18,7 +18,7 @@
// built-ins
#define PIN_VBAT_READ 5
#define ADC_MULTIPLIER (3 * 1.73 * 1000)
#define ADC_MULTIPLIER (3 * 1.73 * 1.187 * 1000)
class RAK4631Board : public mesh::MainBoard {
protected: