|
@@ -275,7 +275,7 @@ void page_booting()
|
|
|
|
|
|
void page_idle(uint8_t gun_index, uint8_t system_mode)
|
|
|
{
|
|
|
- if(getCurrentPage() != SYSTEM_SCREEN_IDLE)
|
|
|
+ if((getCurrentPage() != SYSTEM_SCREEN_IDLE) && (ShmCharger->gun_info[gun_index].resultAuthorization != VALIDATED_RFID))
|
|
|
{
|
|
|
setCurrentPage(SYSTEM_SCREEN_IDLE);
|
|
|
setDefaultValue(gun_index, system_mode);
|
|
@@ -376,7 +376,6 @@ void page_charging(uint8_t gun_index, uint8_t system_mode)
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- //setAuthorizationPage(gun_index);
|
|
|
setConnectionAnimation(gun_index, system_mode);
|
|
|
setBatteryAnimation(gun_index, system_mode);
|
|
|
setPresentChargedDuration(gun_index);
|
|
@@ -447,7 +446,6 @@ void page_terminating(uint8_t gun_index, uint8_t system_mode)
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- //setAuthorizationPage(gun_index);
|
|
|
setConnectionAnimation(gun_index, system_mode);
|
|
|
setBatteryAnimation(gun_index, system_mode);
|
|
|
setPresentChargedDuration(gun_index);
|
|
@@ -862,7 +860,7 @@ void setPriceFromWebsite(float monry_rate)
|
|
|
}
|
|
|
|
|
|
//=======================================
|
|
|
-// Setting final cost
|
|
|
+// Setting final cost ( WEB PAGE )
|
|
|
//=======================================
|
|
|
void setPresentFinalCost(float cost)
|
|
|
{
|
|
@@ -877,7 +875,7 @@ void setPresentFinalCost(float cost)
|
|
|
}
|
|
|
|
|
|
//=======================================
|
|
|
-// Getting final cost
|
|
|
+// Getting final cost ( WEB PAGE )
|
|
|
//=======================================
|
|
|
float getPresentFinalCost(uint8_t gun_index)
|
|
|
{
|