Code format

This commit is contained in:
schinken 2016-02-20 22:21:44 +01:00
parent 4823f0a36b
commit e06c587b19
1 changed files with 57 additions and 55 deletions

View File

@ -18,6 +18,8 @@ float lastuSv = 0, currentuSv = 0;
void setup() {
WiFi.mode(WIFI_STA);
Serial.begin(115200);
geigerCounterSerial.begin(BAUD_GEIGERCOUNTER);