You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
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:
|
||||
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
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../esp8266/modules/webrepl.py
|
||||
+1
@@ -0,0 +1 @@
|
||||
../../esp8266/modules/webrepl_setup.py
|
||||
+1
@@ -0,0 +1 @@
|
||||
../../esp8266/modules/websocket_helper.py
|
||||
Reference in New Issue
Block a user