#ifndef SERVER_URL_H_ #define SERVER_URL_H_ // Indirizzo del server Node-RED const char* serverURL = "https://16.16.186.253:1880//api/set-consumed-time"; const char* nodeRedURL_getraimining = "https://16.16.186.253:1880/api/get-remaining-time"; const char* serverURL_consumed_time = "https://16.16.186.253:1880/api/consumed-time"; #endif /* SERVER_URL_H_ */