MBP icon indicating copy to clipboard operation
MBP copied to clipboard

A management platform for IoT environments and applications

Results 34 MBP issues
Sort by recently updated
recently updated
newest added

Despite the information on the Linkerkit webpage (http://www.linkerkit.de/index.php?title=LK-Light-Sen) the recent version of the light sensor seems to be already inverted. This means the values are getting larger when more light...

The AnalogInputReader class uses a function called "get_level" to read analog values. Line 27 goes as follows: `volts = (value*3.3)/1024` This hardcodes the voltage to 3.3.v Most of the analog...

Adapt the wiki for the following points: - Users no longer need to create testing components, this is now done fully automatically in the background. - The test report is...

documentation

In order to improve the loading times of the frontend, we urgently need a javascript pipeline that prepares the javascript before creating the WAR. It should include: - Concatenate all...

maintainance

Add corresponding configuration. Transactions across multiple operations, collections, databases, documents, and shards, are supported from the version 4.0 but require the mongo instance to be started as a replica set...

On the settings page, there should be an option for deleting all value logs that have been recorded so far of all components.

feature
good first issue

``` 2021-02-02 16:00:38.979 WARN --- [ main] .m.c.i.MongoPersistentEntityIndexCreator : Automatic index creation will be disabled by default as of Spring Data MongoDB 3.x. Please use 'MongoMappingContext#setAutoIndexCreation(boolean)' or override 'MongoConfigurationSupport#autoIndexCreation()' to...

maintainance