Zhang Kun
Zhang Kun
Sure?I fixed following your solution, but the compiled firmware can't work.
It's still a compile issue, As a temporary measure, I remark some code in BrickPiEV3.cpp to fixed this issue. but compiled firmware can't work up to date. and I believe...
I just notice the latest fixed has removed duplicated debounce variable, so I think the compile issue is fixed.
The issue was from redmine_bootstrap_kit plugin, I did some change in redmine_bootstrap_kit\assets\javascripts\bootstrap\bootstrap.js file to fixed it. ``` function setUpModalBox(source, target) { $(source).each(function() { $(this).on('click', function() { // var title =...