arduino-LoRa icon indicating copy to clipboard operation
arduino-LoRa copied to clipboard

Issue with float in ISR on ESP32

Open sacculus opened this issue 4 years ago • 1 comments

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

sacculus avatar Apr 21 '21 07:04 sacculus

Let me check if the patch is ok for Arduino board.

IoTThinks avatar Apr 21 '21 10:04 IoTThinks