* RAK battery experiment
Este commit está contenido en:
Scott Powell
2025-02-04 13:40:54 +11:00
padre 29e62b9ce2
commit 0f66210478
Se han modificado 4 ficheros con 4 adiciones y 4 borrados
+1 -1
Ver fichero
@@ -19,7 +19,7 @@
/* ------------------------------ Config -------------------------------- */ /* ------------------------------ Config -------------------------------- */
#define FIRMWARE_VER_TEXT "v3 (build: 2 Feb 2025)" #define FIRMWARE_VER_TEXT "v3 (build: 4 Feb 2025)"
#ifndef LORA_FREQ #ifndef LORA_FREQ
#define LORA_FREQ 915.0 #define LORA_FREQ 915.0
+1 -1
Ver fichero
@@ -19,7 +19,7 @@
/* ------------------------------ Config -------------------------------- */ /* ------------------------------ Config -------------------------------- */
#define FIRMWARE_VER_TEXT "v4 (build: 2 Feb 2025)" #define FIRMWARE_VER_TEXT "v4 (build: 4 Feb 2025)"
#ifndef LORA_FREQ #ifndef LORA_FREQ
#define LORA_FREQ 915.0 #define LORA_FREQ 915.0
+1 -1
Ver fichero
@@ -18,7 +18,7 @@
/* ---------------------------------- CONFIGURATION ------------------------------------- */ /* ---------------------------------- CONFIGURATION ------------------------------------- */
#define FIRMWARE_VER_TEXT "v2 (build: 3 Feb 2025)" #define FIRMWARE_VER_TEXT "v2 (build: 4 Feb 2025)"
#ifndef LORA_FREQ #ifndef LORA_FREQ
#define LORA_FREQ 915.0 #define LORA_FREQ 915.0
+1 -1
Ver fichero
@@ -18,7 +18,7 @@
// built-ins // built-ins
#define PIN_VBAT_READ 5 #define PIN_VBAT_READ 5
#define ADC_MULTIPLIER (3 * 1.73) #define ADC_MULTIPLIER (3 * 1.73 * 1000)
class RAK4631Board : public mesh::MainBoard { class RAK4631Board : public mesh::MainBoard {
protected: protected: