esp32/modules: Add support scripts for WebREPL.
WebREPL now works on the esp32 in the same way it does on esp8266.
This commit is contained in:
@@ -34,5 +34,9 @@ def setup():
|
|||||||
with open("boot.py", "w") as f:
|
with open("boot.py", "w") as f:
|
||||||
f.write("""\
|
f.write("""\
|
||||||
# This file is executed on every boot (including wake-boot from deepsleep)
|
# This file is executed on every boot (including wake-boot from deepsleep)
|
||||||
|
#import esp
|
||||||
|
#esp.osdebug(None)
|
||||||
|
#import webrepl
|
||||||
|
#webrepl.start()
|
||||||
""")
|
""")
|
||||||
return vfs
|
return vfs
|
||||||
|
|||||||
1
ports/esp32/modules/webrepl.py
Symbolic link
1
ports/esp32/modules/webrepl.py
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../esp8266/modules/webrepl.py
|
||||||
1
ports/esp32/modules/webrepl_setup.py
Symbolic link
1
ports/esp32/modules/webrepl_setup.py
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../esp8266/modules/webrepl_setup.py
|
||||||
1
ports/esp32/modules/websocket_helper.py
Symbolic link
1
ports/esp32/modules/websocket_helper.py
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../esp8266/modules/websocket_helper.py
|
||||||
Reference in New Issue
Block a user