Enviro $ (Pico W Aboard) - multiple upload locations?

I’m currently using my Enviro Weather to upload to io.adafruit.com, but would like to migrate it to a influxdb setup. Ideally I’d like to be able to upload to both services at once for a period.

If I input the details of both into the config file, will that work, or should I log this as an enhancement request in Github?

Late reply, but it’ll only try the one specified as “destination” in the config file. Your choices are:

  1. Make an enhancement request, as you mentioned.
  2. Change the code yourself to try multiple destinations. The file is enviro/init.py and the function is upload_readings().
  3. Setup/make a single destination which will then relay the readings to other destinations.