fix variable to readonly in Scral.cs
This commit is contained in:
parent
c53ec73693
commit
7ff9e90145
@ -15,7 +15,7 @@ namespace Fraunhofer.Fit.IoT.Bots.LoraBot.Moduls {
|
|||||||
public override event ModulEvent Update;
|
public override event ModulEvent Update;
|
||||||
private readonly Object getLock = new Object();
|
private readonly Object getLock = new Object();
|
||||||
private readonly Boolean authRequired;
|
private readonly Boolean authRequired;
|
||||||
private String auth;
|
private readonly String auth;
|
||||||
|
|
||||||
public Scral(LoraController lib, InIReader settings) : base(lib, settings) {
|
public Scral(LoraController lib, InIReader settings) : base(lib, settings) {
|
||||||
if (!this.config.ContainsKey("general")) {
|
if (!this.config.ContainsKey("general")) {
|
||||||
|
Reference in New Issue
Block a user