Jérôme Briot

Results 2 issues of Jérôme Briot

Add getAlarmEpoch() method : https://github.com/arduino-libraries/RTCZero/issues/60 Fix warning on compiling with oldTime.RTC_MODE2_CLOCK_Type::reg : https://github.com/arduino-libraries/RTCZero/issues/67

type: imperfection
type: enhancement
topic: code

Hello, If the arguments rxTime and sleepTime are in ms, then the call to SX126xSetRxDutyCycle is false in the code below (Radio.cpp): ``` void RadioSetRxDutyCycle(uint32_t rxTime, uint32_t sleepTime) { SX126xSetDioIrqParams(IRQ_RADIO_ALL...