waldbeere Posted July 23, 2018 at 10:22 AM Share Posted July 23, 2018 at 10:22 AM Hi, könnt ihr mal gucken ob sich in der neuen Variante der Callback Configuration Funktionen ein Fehler eingeschlichen hat? set_temperature_callback_configuration() set_humidity_callback_configuration() wenn ich mir den output von get_x_callback_configuration() angucke, sind die max-Parameter falsch gesetzt!? Vielen Dank EDIT: Die Werte werden richtig gesetzt, aber in der get... werden min/min statt min/max ausgegeben! Quote Link to comment Share on other sites More sharing options...
borg Posted July 23, 2018 at 11:09 AM Share Posted July 23, 2018 at 11:09 AM Kurz in den Source Code geschaut: response->min = callback_value->threshold_min_user; response->max = callback_value->threshold_min_user; Jep, offensichtlich... Danke für den Hinweis, ist gefixt: https://github.com/Tinkerforge/bricklib2/commit/701696f0ddc435d30751382ecef112517ebe9119 Ich werde im Laufe der Woche die neuen Firmwares veröffentlichen, das betrifft jetzt natürlich alle Firmwares mit den neuen Standard-Callbacks . Quote Link to comment Share on other sites More sharing options...
waldbeere Posted August 8, 2018 at 09:30 AM Author Share Posted August 8, 2018 at 09:30 AM Ok danke. Wann wird es die "neuen Standard-Callbacks" für alle Bricklets geben. Im Moment gibt es ja beide Varianten oder irre ich mich!? Quote Link to comment Share on other sites More sharing options...
borg Posted August 8, 2018 at 09:36 AM Share Posted August 8, 2018 at 09:36 AM Wir ersetzen ja aktuell alle Bricklets durch neue Varianten (Umstellung von EEPROM auf Co-Prozessor). Die neuen Bricklets werden alle die neue API bekommen. Das dauert also noch ein wenig bis alles umgestellt ist (ungefähr bis Ende des Jahres). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.