Skip to content

Commit 028e628

Browse files
committed
Update version number
1 parent 3afc645 commit 028e628

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PyDOS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def PyDOS():
6363
global envVars
6464
if "envVars" not in globals().keys():
6565
envVars = {}
66-
_VER = "1.20 beta 3"
66+
_VER = "1.20"
6767
if imp == "B" and os.name.upper() != "POSIX":
6868
slh = '\\'
6969
else:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If a command argument contains spaces the argument must be enclosed in quotes.
5858
- _scrWidth - The number of columns on the terminal or screen
5959
- errorlevel - The result code from the previous BAT file or pexec command executed
6060

61-
**PROMPT [prompt text]** - Changes or displays the DOS command prompt. Supported strings "$R,$D,$T,$P,$G,$C,$F,$A,$B,$E,$H,$L,$Q,$S,$V,$_,$." and text litterals
61+
**PROMPT [prompt text]** - Changes or displays the DOS command prompt. Supported strings "$R,$D,$T,$P,$G,$C,$F,$A,$B,$E,$H,$L,$Q,$S,$V,$_,$." and text literals
6262
Example: `prompt $e[44m$p$g` sets the backgound blue and displays the current directory + >
6363

6464
**PATH [path1;path2;...]** - Changes or displays the directory search list for executing python scripts and DOS batch files
@@ -128,7 +128,7 @@ PyDOS.
128128

129129
**setdate.py** - initalizes the real time clock to an entered date
130130
**settime.py** - initalizes the real time clock to an entered time
131-
**ntpdate.py** (ESP32xxx, Pico W and MicroPython Nano Connect) - sets the time and date using the Internet NTP protocol
131+
**ntpdate.py** (ESP32xxx, Pico W and Nano Connect) - sets the time and date using the Internet NTP protocol
132132

133133
**diff.py** - performs a file comparison
134134

@@ -230,7 +230,7 @@ the microcontroller and copy as much of the **PyBasic** directory as space permi
230230

231231
**CircuitPython Setup**
232232

233-
Thanks to the great work of @bill88t, starting with CircuitPython version 8.0.4, you no longer need to build custom CirucitPython firmware (ESP32 based boards are still being worked on but should have this feature in 8.1.x). PyDOS will run without issue on a standard downloaded CircuitPython image from https://circuitpython.org/downloads.
233+
Thanks to the great work of @bill88t, starting with CircuitPython version 8.0.4, you no longer need to build custom CirucitPython firmware (ESP32 based boards are still being worked on but should have this feature in 8.0.6/8.1.0). PyDOS will run without issue on a standard downloaded CircuitPython image from https://circuitpython.org/downloads.
234234

235235
*By the way, if you like PyDOS you'll probably also enjoy ljinux from https://github.com/bill88t/ljinux.*
236236

0 commit comments

Comments
 (0)