manuelbl / ttn-esp32

The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
MIT License
301 stars 64 forks source link

Prevent hal_ticks() from going into .text region #34

Closed vladcebo closed 3 years ago

vladcebo commented 3 years ago

Fixes #33

This will fix an issue when the flash is disabled (due to OTA update for example) and the cpu crashes with cache disabled access from ISR (when TTN executes)

manuelbl commented 3 years ago

Merged. Thanks a lot