Forest fire prediction using sensors and LoRa communications

Dependencies:   X_NUCLEO_IKS01A2

Revision:
38:315a26cd0165
Parent:
35:462743fb571e
Child:
39:e4cd45fbd4f3
--- a/Jenkinsfile	Tue Sep 11 07:45:19 2018 +0100
+++ b/Jenkinsfile	Mon Sep 17 08:15:20 2018 +0100
@@ -40,8 +40,8 @@
 def toolchains = [
   ARM: "armcc",
   GCC_ARM: "arm-none-eabi-gcc",
-  IAR: "iar_arm"
-  //ARMC6: "arm6"
+  IAR: "iar_arm",
+  ARMC6: "arm6"
 ]
 
 def stepsForParallel = [:]