Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

18 lignes
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.