mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-06 12:41:37 +02:00
Merge branch 'VArt67-Merge-to-upstream' into development03
This commit is contained in:
commit
fa32906707
12 changed files with 353 additions and 12 deletions
|
@ -92,6 +92,8 @@ void app::setup() {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
mHistory.setup(this, &mSys, mConfig, &mTimestamp);
|
||||
|
||||
mPubSerial.setup(mConfig, &mSys, &mTimestamp);
|
||||
|
||||
#if !defined(ETHERNET)
|
||||
|
@ -149,6 +151,8 @@ void app::regularTickers(void) {
|
|||
#if !defined(ETHERNET)
|
||||
//everySec([this]() { mImprov.tickSerial(); }, "impro");
|
||||
#endif
|
||||
|
||||
everySec(std::bind(&HistoryType::tickerSecond, mHistory), "hist");
|
||||
}
|
||||
|
||||
#if defined(ETHERNET)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue