Set hostname

This commit is contained in:
schinken 2016-02-20 22:21:54 +01:00
parent e06c587b19
commit c071448990
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ float lastuSv = 0, currentuSv = 0;
void setup() {
WiFi.hostname("GeigerCounter");
WiFi.mode(WIFI_STA);
Serial.begin(115200);