Merge branch 'dev' into dev-heltec-v4.3

This commit is contained in:
Quency-D 2026-03-04 09:46:42 +08:00 committed by GitHub
commit 8769c4b876
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 192 additions and 46 deletions

View file

@ -10,8 +10,6 @@ void HeltecV4Board::begin() {
loRaFEMControl.init();
periph_power.begin();
esp_reset_reason_t reason = esp_reset_reason();
if (reason == ESP_RST_DEEPSLEEP) {
long wakeup_source = esp_sleep_get_ext1_wakeup_status();
if (wakeup_source & (1 << P_LORA_DIO_1)) { // received a LoRa packet (while in deep sleep)