arduino-LoRa
arduino-LoRa copied to clipboard
Issue with float in ISR on ESP32
Patch for issue #459. Methods which use float values are not allowed in ISR on ESP32 platfom because they use float coprocessor. It's possible to use double type for this. Link of proof
Let me check if the patch is ok for Arduino board.