PRO
dbeard
USA
Asked
— Edited
When using scripts is there a way to get the current date and time from the PC clock?
Thanks in advance.
Wowwee MIP V2
— UART interface to hack WowWee MIP with ESP32/ESP32‑Cam or EZ‑B v4 for ARC; hardware UART preferred, configurable power and baud 9600/115200
Try it →
When using scripts is there a way to get the current date and time from the PC clock?
Thanks in advance.
Absolutely.... Have you read down the script commands... You should check out all the available commands so you will be able to do this kind of easy stuff yourself... Below are reserved script variables that will get you what you want...
$date $month $year $day $dayName $hour $minute $second $monthName $time
Here is the script that I use to tell the time. It is not my code, I believe it is from Rich but not sure.
awesome, thanks for everyones help.