You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
645 B

  1. #pragma once
  2. /**
  3. * Holds all the sensitive data. Provided values are example only.
  4. * Changes values according to your setup. This file changes are untracked so data
  5. * will never go further than your local working copy.
  6. */
  7. #include "Sensitive.h"
  8. /**
  9. * Copy and uncomment the following lines to a new User.h file. Edit the values according to your setup
  10. */
  11. // #pragma once
  12. // #define POSITIONS_CONFIG_NET_URL "http://yourserver.com/endpoint" ///< URL to which positions data will be send through an HTTP POST request.
  13. // #define CONFIG_CONTACT_PHONE "+642568452" ///< Phone number to send the alert SMS to.