Hi,
It looks like the PowerFeather board has no 32kHz quartz, thus uses the RC oscillator during deep sleep, am I correct?
As I need accurate timing, I consider adding a 32kHz quartz, and have a few questions:

Many thanks!

    bfredo123 Yes, my reference design for a solar LoRa node has a 32 khz crystal: https://hackaday.io/project/198261-diy-esp32-solar-lora-gps-node which I've tested to work.

    The config I've used is: https://github.com/PowerFeather/powerfeather-meshtastic-arduino-lib/blob/main/configs
    (You might notice this is an attempt at using meshtastic to enable bluetooth modem sleep + light sleep, which works better with 32 khz crystal as per https://github.com/espressif/esp-idf/issues/947#issuecomment-500312453)

    The exact value of the capacitors will of course depend on the CL of the crystal you're using. As I've been testing with light sleep though, I haven't tested with deep sleep. But from what I know it increases a little bit.