Доброго времени суток , пытаюсь повторить проект динамическая подсветка скейтборда, с прошлой версией библиотеки GyverHub компилируется без проблем но не работает ни с новым не со старым приложение. После обновления библиотеки не хочет компилироваться выдает ошибку
(все что смог выяснить сам то что какие то терки с переменной
GHbutton
)
In file included from c:\Users\����\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,
from C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\TachoLED.ino:1:
c:\Users\����\Documents\Arduino\libraries\FastLED\src/fastspi.h:145:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
# pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
^
In file included from C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:9:0,
from C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\TachoLED.ino:6:
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\tacho.h: In function 'void tacho_tick()':
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\tacho.h:40:12: error: 'GHtimer' does not name a type
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\tacho.h:41:9: error: 'tmr' was not declared in this scope
In file included from C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\TachoLED.ino:6:0:
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h: In function 'void build()':
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:22:9: error: 'class GyverHub' has no member named 'Title'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:23:9: error: 'class GyverHub' has no member named 'BeginWidgets'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:24:9: error: 'class GyverHub' has no member named 'WidgetSize'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:25:9: error: 'class GyverHub' has no member named 'Gauge_'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:26:9: error: 'class GyverHub' has no member named 'Gauge'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:28:9: error: 'class GyverHub' has no member named 'Title'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:29:9: error: 'class GyverHub' has no member named 'WidgetSize'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:30:17: error: 'class GyverHub' has no member named 'Tabs'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:33:13: error: 'class GyverHub' has no member named 'WidgetSize'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:34:21: error: 'class GyverHub' has no member named 'Input'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:34:42: error: 'GH_UINT16' was not declared in this scope
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:35:21: error: 'class GyverHub' has no member named 'Select'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:38:9: error: 'class GyverHub' has no member named 'Title'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:39:9: error: 'class GyverHub' has no member named 'WidgetSize'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:40:17: error: 'class GyverHub' has no member named 'Input'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:40:41: error: 'GH_UINT16' was not declared in this scope
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:41:17: error: 'class GyverHub' has no member named 'Input'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:42:17: error: 'class GyverHub' has no member named 'Input'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:42:35: error: 'GH_UINT8' was not declared in this scope
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:43:17: error: 'class GyverHub' has no member named 'Input'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:44:9: error: 'class GyverHub' has no member named 'WidgetSize'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:45:17: error: 'class GyverHub' has no member named 'Slider'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h: In function 'void hub_init()':
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:51:22: error: no matching function for call to 'GyverHub:

nBuild(void (&)())'
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:51:22: note: candidate is:
In file included from c:\Users\����\Documents\Arduino\libraries\GyverHub\src/GyverHub.h:59:0,
from C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:5,
from C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\TachoLED.ino:6:
c:\Users\����\Documents\Arduino\libraries\GyverHub\src/core/hub.h:104:10: note: void GyverHub:

nBuild(ghc::BuildCallback)
void onBuild(ghc::BuildCallback callback) {
^
c:\Users\����\Documents\Arduino\libraries\GyverHub\src/core/hub.h:104:10: note: no known conversion for argument 1 from 'void()' to 'ghc::BuildCallback {aka std::function<void(gh::Builder&)>}'
In file included from C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\TachoLED.ino:6:0:
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h: In function 'void hub_tick()':
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:59:12: error: 'GHtimer' does not name a type
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:60:9: error: 'vbat' was not declared in this scope
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:62:12: error: 'GHtimer' does not name a type
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\hub.h:63:9: error: 'upd' was not declared in this scope
In file included from C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\TachoLED.ino:7:0:
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\led.h: In function 'void led_tick()':
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\led.h:24:12: error: 'GHtimer' does not name a type
C:\Users\Труш\Desktop\TachoLED-main\firmware\TachoLED\led.h:25:9: error: 'tmr' was not declared in this scope
grpc: error while marshaling: string field contains invalid UTF-8
Compilation error: 'GHtimer' does not name a type