Revert "Update init.lua"
This reverts commit 4989410f7b82a45de910b2f98a1a2d630090ad3b. Conflicts: init.lua
This commit is contained in:
parent
92a44592d5
commit
5301792d16
4
init.lua
4
init.lua
@ -5,6 +5,7 @@ print('set (mode='..wifi.getmode()..')')
|
||||
print('MAC: ',wifi.sta.getmac())
|
||||
print('chip: ',node.chipid())
|
||||
print('heap: ',node.heap())
|
||||
<<<<<<< HEAD
|
||||
|
||||
local joincounter = 0
|
||||
|
||||
@ -13,6 +14,9 @@ cfg.ssid="ESP-"..node.chipid()
|
||||
cfg.pwd="ESP-"..node.chipid()
|
||||
wifi.ap.config(cfg)
|
||||
cfg = nil
|
||||
=======
|
||||
wifi.sta.config("Kirsch Extreme","1151511515")
|
||||
>>>>>>> parent of 4989410... Update init.lua
|
||||
|
||||
-- Compile server code and remove original .lua files.
|
||||
-- This only happens the first time afer the .lua files are uploaded.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user