]> git.tnoah.ca Git - lora-radio.git/commitdiff
Set default OCP
authorMark Qvist <mark@unsigned.io>
Tue, 10 Dec 2024 15:05:08 +0000 (16:05 +0100)
committerMark Qvist <mark@unsigned.io>
Tue, 10 Dec 2024 15:05:08 +0000 (16:05 +0100)
Boards.h
Release/console_image.bin

index 97a0e5a4e59827d276cf66e5b4e3909325ebb719..c3b9c662681687bab66a1593c3a8d43bda4d1d1f 100644 (file)
--- a/Boards.h
+++ b/Boards.h
       #define HAS_TCXO true
   #endif
 
+  // Default OCP value if not specified
+  // in board configuration
+  #define OCP_TUNED 0x38
+
   #if MCU_VARIANT == MCU_1284P
     const int pin_cs = 4;
     const int pin_reset = 3;
index a7703a1ffea7f9fea3d9218803dcd6bbeaa30ff0..ad31abafdd99c75651fae4edea6f00d4666f209f 100644 (file)
Binary files a/Release/console_image.bin and b/Release/console_image.bin differ