fix heltec doc links

This commit is contained in:
Tim Huyeng 2023-02-13 14:36:08 +01:00
parent fa7a3cc599
commit 988aaa2bd3
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
#include <stdint.h>
// 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 CFG_sx1276_radio 1

View File

@ -8,7 +8,7 @@
#include <stdint.h>
// 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 CFG_sx1276_radio 1

View File

@ -8,7 +8,7 @@
#include <stdint.h>
// 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 CFG_sx1276_radio 1