I am using a LoRa SX1276 in a low-power project, powered by an 18650. When I use a P-channel MOSFET to cut the VCC of the SX1276, it draws power from the SPI pins. I am using an Arduino Nano and plan on using an Arduino Pro mini in the final device, the Nano normally draws 2.7mA in sleep, and when the LoRa is connected it draws 4.4mA which is expected as LoRa draws 1.8mA in sleep (1.7mA in my case), the problem is when I remove the VCC, manually and using a MOSFET, I do not see any change in the current drawn still 4.4mA. I measured the SPI pins and they draw power from the Nano, I tried using SPI.end(); but nothing changed. How can make this more efficient? Thanks in advance for any replies 