cleanup: remove ambiled and fix typo (#13)

* cleanup: remove ambiled device

as written at the forum this is no longer supported. All people should move to adalight. They just need to flash a new sketch.

* fix typo
This commit is contained in:
brindosch
2016-06-19 17:18:11 +02:00
committed by GitHub
parent 4533b34606
commit 065e65b8e0
5 changed files with 1 additions and 118 deletions

View File

@@ -72,7 +72,7 @@ void HyperionDaemon::run()
createGrabberDispmanx();
#if !defined(ENABLE_DISPMANX) && !defined(ENABLE_OSX) && !defined(ENABLE_FB)
ErrorIf(_config.isMember("framegrabber"), log, "No grabber can be instantiated, because all grabbers have been left out from the build");
ErrorIf(_config.isMember("framegrabber"), _log, "No grabber can be instantiated, because all grabbers have been left out from the build");
#endif
}