diff --git a/applications/foobot/monitor/foobot_sensors.pas b/applications/foobot/monitor/foobot_sensors.pas
index 5ddac654d..96c5be1fb 100644
--- a/applications/foobot/monitor/foobot_sensors.pas
+++ b/applications/foobot/monitor/foobot_sensors.pas
@@ -107,7 +107,7 @@ type
implementation
-{$R sensors.res}
+{$R foobot_sensors.res}
uses SysUtils;
diff --git a/applications/foobot/monitor/foobot_sensors.res b/applications/foobot/monitor/foobot_sensors.res
new file mode 100644
index 000000000..744828bea
Binary files /dev/null and b/applications/foobot/monitor/foobot_sensors.res differ
diff --git a/applications/foobot/monitor/foobotmonitor.lpi b/applications/foobot/monitor/foobotmonitor.lpi
index c5866bbc6..995a47618 100644
--- a/applications/foobot/monitor/foobotmonitor.lpi
+++ b/applications/foobot/monitor/foobotmonitor.lpi
@@ -26,7 +26,7 @@
-
+
diff --git a/applications/foobot/monitor/foobotmonitor.lps b/applications/foobot/monitor/foobotmonitor.lps
index 53e1a6eef..bb7d7dc18 100644
--- a/applications/foobot/monitor/foobotmonitor.lps
+++ b/applications/foobot/monitor/foobotmonitor.lps
@@ -3,14 +3,14 @@
-
+
-
+
@@ -22,7 +22,7 @@
-
+
@@ -158,7 +158,7 @@
-
+
@@ -284,123 +284,123 @@
-
+
-
+
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
+
-
-
-
-
+
+
+
+
diff --git a/applications/foobot/monitor/foobotmonitor.res b/applications/foobot/monitor/foobotmonitor.res
index afca60b10..7a52aecb2 100644
Binary files a/applications/foobot/monitor/foobotmonitor.res and b/applications/foobot/monitor/foobotmonitor.res differ
diff --git a/applications/foobot/monitor/umainform.pas b/applications/foobot/monitor/umainform.pas
index 58b07c750..3e0057250 100644
--- a/applications/foobot/monitor/umainform.pas
+++ b/applications/foobot/monitor/umainform.pas
@@ -23,7 +23,7 @@ unit umainform;
REQUIREMENTS
============
-* Custom sensors unit from Industrial package (foobot_sendors)
+* Custom sensors unit from Industrial package (foobot_sendors and foobot_sensors.res)
* Custom httpdclient unit (foobot_httpclient)
* CryptINI, TChart and Industrial components
* FPCv3.1.1+ and Lazarus V1.7+
@@ -39,7 +39,7 @@ V0.1.0.0: Save/Load Alltime High/Lows. Reset values from menu
V0.1.1.0: Save/Load Colours, Min and Max values to cfg file
V0.2.1.0: Triggers,Multiple Foobots
V0.2.2.0: Trigger config form, SaveLoad recommended values
-V0.2.4.0: Embedded help file added
+V0.2.4.0: Embedded help file added, replaced sensors.res with foobot_sensors.res
V0.2.5.0: ??
}
{$ifopt D+}