Extend valid time area again

This commit is contained in:
Stefan `Sec` Zehl 2012-01-15 13:47:07 +01:00
parent 860e4addbf
commit 18277c5511
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ int mesh_sanity(uint8_t * pkt){
if(MO_TYPE(pkt)=='T' && MO_TIME(pkt)<86400)
return MP_OK;
if(MO_TYPE(pkt)>='A' && MO_TYPE(pkt)<='Z'){
if(MO_TIME(pkt)>1326409200)
if(MO_TIME(pkt)>1327519200)
return MP_SEND|MP_RECV;
if(MO_TIME(pkt)<1324602000)
return MP_SEND|MP_RECV;