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:
parent
c1d4352e65
commit
23e9c3bca7
@ -34,5 +34,9 @@ def setup():
|
||||
with open("boot.py", "w") as f:
|
||||
f.write("""\
|
||||
# This file is executed on every boot (including wake-boot from deepsleep)
|
||||
#import esp
|
||||
#esp.osdebug(None)
|
||||
#import webrepl
|
||||
#webrepl.start()
|
||||
""")
|
||||
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
|
Loading…
Reference in New Issue
Block a user