Merge pull request #939 from t-huyeng/update-heltec-hal

Update heltec hal files
This commit is contained in:
Verkehrsrot 2023-02-18 13:20:47 +01:00 committed by GitHub
commit 524d2ae3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
#include <stdint.h> #include <stdint.h>
// Hardware related definitions for Heltec V1 LoRa-32 Board // Hardware related definitions for Heltec V1 LoRa-32 Board
// see https://heltec-automation-docs.readthedocs.io/en/latest/esp32/wifi_lora_32/hardware_update_log.html#v1 // see https://docs.heltec.org/en/node/esp32/dev-board/hardware_update_log.html#v1
#define HAS_LORA 1 // comment out if device shall not send data via LoRa #define HAS_LORA 1 // comment out if device shall not send data via LoRa
#define CFG_sx1276_radio 1 #define CFG_sx1276_radio 1

View File

@ -8,7 +8,7 @@
#include <stdint.h> #include <stdint.h>
// Hardware related definitions for Heltec V2 LoRa-32 Board // Hardware related definitions for Heltec V2 LoRa-32 Board
// see https://heltec-automation-docs.readthedocs.io/en/latest/esp32/wifi_lora_32/hardware_update_log.html#v2 // see https://docs.heltec.org/en/node/esp32/dev-board/hardware_update_log.html#v2
#define HAS_LORA 1 // comment out if device shall not send data via LoRa #define HAS_LORA 1 // comment out if device shall not send data via LoRa
#define CFG_sx1276_radio 1 #define CFG_sx1276_radio 1

View File

@ -8,7 +8,7 @@
#include <stdint.h> #include <stdint.h>
// Hardware related definitions for Heltec V2.1 LoRa-32 Board // Hardware related definitions for Heltec V2.1 LoRa-32 Board
// see https://heltec-automation-docs.readthedocs.io/en/latest/esp32/wifi_lora_32/hardware_update_log.html#v2-1 // see https://docs.heltec.org/en/node/esp32/dev-board/hardware_update_log.html#v2-1
#define HAS_LORA 1 // comment out if device shall not send data via LoRa #define HAS_LORA 1 // comment out if device shall not send data via LoRa
#define CFG_sx1276_radio 1 #define CFG_sx1276_radio 1