WeatherDuino Forum

Full Version: Software V5 - Onde colocar dados de acesso WU e WiFi?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

In the RX Internet configuration where I put the weatherundeground ID and password and the wifi network?


// --------------------------------------------------------------------------------------
//   Internet Settings 
// --------------------------------------------------------------------------------------
#define Enable_Internet     1                       // 1= Enable Internet connection, 0= Disable

// ---- NTP Settings ----
#define Enable_NTP          1                       // 1= Enable Sync time with NTP servers, 0= Disable
// NTP Servers: 
#define timeServer "pool.ntp.org"
//#define timeServer "time.nist.gov"                 // ntp1.nl.net NTP server
//#define timeServer "80.96.196.58"                  // timp.mcsi.ro
//#define timeServer "193.79.237.14"                 // ntp1.nl.net NTP server

// ---- Weather Wunderground Settings ----
#define Enable_WUupload     1                        // 1= Enable upload to Wunderground, 0= Disable
#define WUupload_period     4                        // Period in minutes between uploads to WU (Should be >= 3 minutes, if less defaults to 4 minutes) 
#define WUupload_InTemp     0                        // 1= Enable upload of Inside Temperature / Humidity, 0= Disable


// ---- Air Quality Monitor - Upload to ThingSpeak Settings ----
#define Enable_AQMtoThingSpeak   0                   // 1= Enable, 0= Disable


// ---- Web Server Settings ----
#define Enable_WebServer          0                  // 1= Enable 0= Disable
#define WebServer_port           80                  // WebServer port (default 80) 


// --------------------------------------------------------------------------------------
//   Enable / Disable GPIO routines - General Purpose Input / Output ports
// --------------------------------------------------------------------------------------
#define UseGPIO  0   // 0=Disable, 1= Enable


// --------------------------------------------------------------------------------------
//   Define display order of data screens on the TFT
//   Use sequentially numbers from 1 to 4. Use 9 to prevent a particular data screen to be shown
// --------------------------------------------------------------------------------------
#define ExtraSensors_Data 3
#define SoilLeaf_Data     4
#define AirQuality_Data   1
#define TXinfo_Data       2

Best regards

Nélio Simões
Olá Nélio, boa noite.


Nas ultimas versões do software para o Pro2 PLUS, e para facilitar o envio dos ficheiros de configuração em caso de necessidade, as informações com dados pessoais sensíveis são agora colocados nem Credentials.h

Cumprimentos
(06-01-2018, 21:17)Werk_AG Wrote: [ -> ]Olá Nélio, boa noite.


Nas ultimas versões do software para o Pro2 PLUS, e para facilitar o envio dos ficheiros de configuração em caso de necessidade, as informações com dados pessoais sensíveis são agora colocados em Credentials.h

Cumprimentos

Boa noite Werk,
Obrigado e bom fim de semana.

Nélio Simões