-
Hi, I have backported the power management library from the tracker code. That works so far only the board finder does not. But this did not work reliably before because my T-Beam Boards were always recognized as "TTGO_LORA_V2". My code works so far but my C++ knowledge is quite rusty and my code parts are not really nice. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I am currently restructuring the code and project to support more boards in the future (a lot of cool stuff/boards) git released recently. Please stay tuned for the new changes. I will sone post and update of the source code. |
Beta Was this translation helpful? Give feedback.
-
Did you sort this out in the end? I have the same T-BEAM AXP2102-V1.2 board and even though the default board is reselected for this board in the latest build, it constantly reboots. |
Beta Was this translation helpful? Give feedback.
I am currently restructuring the code and project to support more boards in the future (a lot of cool stuff/boards) git released recently.
This change will include the removal of the BoardFinder and will include multiple new boards.
Please stay tuned for the new changes. I will sone post and update of the source code.