E22 module is now working.

master
Marcel 3 weeks ago
parent 6800a4da8e
commit 90969627bc
  1. 2
      Documentation/HOWTO-change-firmware-and-compile-it_MeesElectronics.md

@ -429,7 +429,7 @@ Add the following statement to the function **sx126x::enableTCXO()**.
#elif BOARD_MODEL == BOARD_MEES_ESP32_S3 #elif BOARD_MODEL == BOARD_MEES_ESP32_S3
uint8_t buf[4] = {MODE_TCXO_1_8V_6X, 0x00, 0x00, 0xFF}; uint8_t buf[4] = {MODE_TCXO_1_8V_6X, 0x00, 0x00, 0xFF};
#### Makefile ### Makefile
Change the following section: Change the following section:

Loading…
Cancel
Save