Fixed some comments and updated the header comment
This commit is contained in:
parent
84929446cc
commit
674b400fbf
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Author : Anatole SCHRAMM-HENRY
|
||||
* Created the : 11/07/2021
|
||||
* Last updated : 04/11/2025
|
||||
* Last updated : 21/12/2025
|
||||
* This is a quick and dirty gateway firmware to receive and save data from sensors to a database
|
||||
*/
|
||||
|
||||
@ -104,7 +104,7 @@ IRAM_ATTR void PCFIRQHandler(void *p)
|
||||
PCF.digitalReadAll(pinStates);
|
||||
*(boolean *)p = true;
|
||||
|
||||
/* If the IRQ pin is the DIO1, manually call the LoRa IRQ handler */
|
||||
/* If the IRQ pin is the DIO0, manually call the LoRa IRQ handler */
|
||||
if(pinStates[7] == HIGH)
|
||||
{
|
||||
LoRa.handleDio0Rise();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user