mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
update GH repo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* EMS-ESP - https://github.com/proddy/EMS-ESP
|
||||
* EMS-ESP - https://github.com/emsesp/EMS-ESP
|
||||
* Copyright 2020 Paul Derbyshire
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@@ -388,7 +388,7 @@ bool SyslogService::can_transmit() {
|
||||
|
||||
bool SyslogService::transmit(const QueuedLogMessage & message) {
|
||||
/*
|
||||
// modifications by Proddy. From https://github.com/proddy/EMS-ESP/issues/395#issuecomment-640053528
|
||||
// modifications by Proddy. From https://github.com/emsesp/EMS-ESP/issues/395#issuecomment-640053528
|
||||
struct tm tm;
|
||||
|
||||
tm.tm_year = 0;
|
||||
|
||||
Reference in New Issue
Block a user