Merge pull request #3468 from weebl2000/thinknodem4_fixes

Thinknode m4 - don't touch crystal and OTA name
This commit is contained in:
fdlamotte
2026-09-21 11:09:55 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ protected:
uint8_t bat_level_percent =0;
public:
ThinkNodeM4Board() : NRF52Board("THINKNODE_M3_OTA"), battery_serial(&Serial2) {}
ThinkNodeM4Board() : NRF52Board("THINKNODE_M4_OTA"), battery_serial(&Serial2) {}
void begin();
uint16_t getBattMilliVolts() override;
+2 -2
View File
@@ -10,8 +10,8 @@
const uint32_t g_ADigitalPinMap[] =
{
0, // P0.00
1, // P0.01
0xff, // P0.00 - LFXO (do not use)
0xff, // P0.01 - LFXO (do not use)
2, // P0.02
3, // P0.03
4, // P0.04