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