Skip to content
Snippets Groups Projects
Commit 7ff9e901 authored by philip.schell's avatar philip.schell
Browse files

fix variable to readonly in Scral.cs

parent c53ec736
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ namespace Fraunhofer.Fit.IoT.Bots.LoraBot.Moduls {
public override event ModulEvent Update;
private readonly Object getLock = new Object();
private readonly Boolean authRequired;
private String auth;
private readonly String auth;
public Scral(LoraController lib, InIReader settings) : base(lib, settings) {
if (!this.config.ContainsKey("general")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment