ericvb

Results 12 comments of ericvb

Did have the same error when moving from our .net core 2.2 app to .net core 3.1 The cause was the Slowcheetah nuget package installed. After some reflection and search...

@mwpowellhtx Do you have an app.config file that you must transform? If not and you have only appsettings.json and web.config files in your projects, uninstall the SlowCheetah nuget package. You...

What is the status of this pull request? To my opinion, copying external libraries into this repo, for the sake of being sure that the sketch will be 'working', is...

@cnerone, I analysed your sketch and I think there are some logical mistakes. You are providing the possibility to give offsets `#define SENSOR_HUM_OFFSET 0 // used for temperature data and...

@cnerone , that is indeed true. Maybe putting the reason as comment? It explains the 'why' for the readers/users :-)

Hi @mfalkvidd I did some research on the arduino platform. Yes you are right, the use of arduino libraries is not ideal. The libraries are installed globally in the IDE...

@mfalkvidd I know you can adapt the website articles ;-) This is already an old topic, but I think this information is still valid with the MySensors library 2.3.2. It...

@mfalkvidd, okay, I propose to add a remark section to the article: https://www.mysensors.org/build/select_gateway > For gateways using the radio transport RFM69 or RFM95, when MY_GATEWAY_FEATURE is defined, the ATC mode...

@mfalkvidd thanks for adding the note. What you mention is correct, so I propose to add this also to the note. > So if you are having range problems with...

It's already 2 years ago that I did this pull request. It is up to benfoster to merge this, I have no write access, but seeing that this pull request...