Skip to content

Commit

Permalink
Merge pull request #1 from 4004/patch-1
Browse files Browse the repository at this point in the history
Fix hal_init name collision between arduino-esp32 and arduino-lmic
  • Loading branch information
HouzuoGuo authored Sep 16, 2023
2 parents bf37864 + b4ef260 commit 2120334
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ build_flags =
; Select the power management chip
-D AXP192=1
; -D AXP2101=1
; hal_init is already used by arduino-esp32 (2.0), rename to LMIC_HAL_init
; to avoid name collision.
; https://github.com/mcci-catena/arduino-lmic/issues/714
-D hal_init=LMIC_HAL_init
deps_3rd_party =
ESP8266 and ESP32 OLED driver for SSD1306 displays
MCCI LoRaWAN LMIC library
Expand Down

0 comments on commit 2120334

Please sign in to comment.