X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433ctl%2Frf433ctl.pde;h=7c327d360dccfc3c5f8b5143019af8bb3ab732e0;hb=528ccc3814ff79b0e028cbc9f9452e6a1e50d765;hp=cc6e9175d045508ebc77de086af421497ca2b1d9;hpb=3603aadaf3ed9269188d9f19383a48af82f27d9f;p=svn42.git diff --git a/rf433ctl/rf433ctl.pde b/rf433ctl/rf433ctl.pde index cc6e917..7c327d3 100644 --- a/rf433ctl/rf433ctl.pde +++ b/rf433ctl/rf433ctl.pde @@ -23,7 +23,7 @@ OneWire onewire(ONE_WIRE_PIN); DallasTemperature dallas_sensors(&onewire); DeviceAddress onShieldTemp = { 0x10, 0xE7, 0x77, 0xD3, 0x01, 0x08, 0x00, 0x3F }; -#define TEMPC_OFFSET_ARDUINO_GENEREATED_HEAT -4.0 +#define TEMPC_OFFSET_ARDUINO_GENEREATED_HEAT typedef struct { byte offset; @@ -192,7 +192,7 @@ void send_frame(const word_t w) for(;;) if (frame_finished) { - delay(10); + delay(150); break; } word_cnt = 0;