1
0
Fork 1
mirror of https://github.com/schinken/esp8266-geigercounter.git synced 2025-04-29 17:32:37 +02:00

Set hostname

This commit is contained in:
schinken 2016-02-20 22:21:54 +01:00
parent e06c587b19
commit c071448990

View file

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