mirror of
https://github.com/schinken/esp8266-geigercounter.git
synced 2024-11-13 04:24:21 +01:00
Set hostname
This commit is contained in:
parent
e06c587b19
commit
c071448990
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ float lastuSv = 0, currentuSv = 0;
|
|||
|
||||
void setup() {
|
||||
|
||||
WiFi.hostname("GeigerCounter");
|
||||
WiFi.mode(WIFI_STA);
|
||||
|
||||
Serial.begin(115200);
|
||||
|
|
Loading…
Reference in a new issue