Ploughed ahead and flashed the leaf vcu with the new firmware update as outlined below. Tricky finding the ISA.h libraries but found the zip file here in the end at the end of the page:
http://store.evtv.me/proddetail.php?prod=1kshunt
I found though when compiling, an error appeared referencing ISA2.h library
Opened the .h and .cpp file that were causing the error and removed the '2' in 3 locations in the code and all ran fine then. I am a basic programmer but it made sense to me to do it. Correct me if I made a balls. Now I have a vcu newly flashed with all the updated features added complete with slower flashing led for ref.
After that, via the FTDI board, I flashed the ESP8266 as before -
1. Solder GPIO0 to 0
2. Verify code in Arduino IDE - Set - Erase Flash: "Sketch + WiFi Settings"
3. Flash code onto the ESP8266 - all good, flashing green led
4. Solder GPIO0 to 1 to seal bridge back for operation
All good. Connected the Olimex up to the board and the inverter. Powered up inverter and board. All flashing as it should.
Connect up the laptop to the WiFi module, check.
Question 1 - Not sure what I am looking for yet. Is there a separate IP address connect similar to 192.168.4.1? I don't see any in the code, only the html references here.
Question 2- In the IDE, when I hardwire the VCU and open the Serial Monitor, I get Voltage info fed back on the screen. Should I remain on the Native USB Port or change to Programming port to send torque commands? Sorry for these questions that might seem fundamental. Learning this side of the build as I go. Thanks