Changeset 76

Show
Ignore:
Timestamp:
10/26/10 19:10:55 (14 years ago)
Author:
phil
Message:

- hour yield is now not divided by 60, this must be done by the scripts reading the http

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • webserver/example/EnergyMeters/Source/EnergyMeters/SolarCountUART.c

    r75 r76  
    743743            { 
    744744 
    745                 /* convert and copy value. hourly values must be divided by 60 */ 
    746                 hourRxYield[currentChannel] = 
    747                  ( extractBinaryHexDigitString( &(rxUART3[0]), 10, 16 ) ) / 60
     745                /* convert and copy value. hourly values must be divided by 60 before feeding it to a DB */ 
     746                hourRxYield[currentChannel] =  
     747                   extractBinaryHexDigitString( &(rxUART3[0]), 10, 16 )
    748748   
    749749            } /* if */