STM32F103C8T6_WIFI_Heating_system

Dependencies:   mbed mbed-STM32F103C8T6 eeprom_flash Watchdog PinDetect DS1820

  1. Bluepill STM32F103C8T6 Heating system
    1. _This project is core part of bigger heating system project!_

Features - Reading temperature from four DS18B20 sensors - Making a decision about switching on/off heater and pomp - Executing simple user commands from UART - Storing state parameters to program memory (EEPROM emulation)

Revision:
33:2c54746f7518
Parent:
32:aebbfe391bbc
Child:
34:09d8edcce624
--- a/main.cpp	Mon Sep 17 18:38:14 2018 +0000
+++ b/main.cpp	Mon Sep 17 18:42:31 2018 +0000
@@ -106,6 +106,8 @@
                 if ( a[2]=='\0') {
                     //pc.printf(a);
                     pc.printf("OK\r\n");
+                } else {
+                    pc.printf("Wrong AT command\r\n");      
                 };
             } else {
                     pc.printf("Wrong request\r\n");