Frieder Schrempf
93d1560d14
Use common NRF52 begin() and deduplicate() startup reason init
...
Use a common begin() method that can be called from derived classes
to contain the shared initialization code.
Signed-off-by: Frieder Schrempf <frieder@fris.de >
2025-12-17 10:26:57 +01:00
Frieder Schrempf
87b0e432bb
Deduplicate reboot() for NRF52 boards
...
The reboot() method is the same for all NRF52 boards. Use a shared
implementation.
Signed-off-by: Frieder Schrempf <frieder@fris.de >
2025-12-17 10:25:16 +01:00
Kevin Le
4504ad4daf
Added default temperature from ESP32 MCU and NRF52 MCU
...
Added NRF52Board.h and NRF52Board.cpp
Modified NRF52 variants to extend from NRF52Board to share common feature
2025-12-12 19:01:15 +07:00
liamcottle
0307b6119e
increase MAX_NEIGHBOURS from 8 to 50
2025-09-28 16:11:58 +13:00
Jan Ryklikas
088b8fd98c
fix: revert to orignal default scaling and fix it in variant config
2025-09-24 15:10:51 +02:00
Jan Ryklikas
20b0fd1dc9
refactor: readability
2025-09-23 22:28:54 +02:00
Jan Ryklikas
f85db18242
refactor: use macro from ttgo repo for readability
2025-09-23 22:18:04 +02:00
Jan Ryklikas
955b7321e8
chore: cleanup
2025-09-23 22:10:27 +02:00
Jan Ryklikas
e2fa70d6f3
chore: refactor to use GxEPD2 fork
2025-09-23 21:57:35 +02:00
Jan Ryklikas
b11f08422e
add T-Echo-Lite Device Variant
2025-09-23 19:39:11 +02:00