mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-26 15:17:54 +00:00
Merge pull request #3468 from weebl2000/thinknodem4_fixes
Thinknode m4 - don't touch crystal and OTA name
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user