this is good right? and do i need to do something more because i have 2 led modules
Executable segment sizes:
IROM : 425668 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 28716 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
DATA : 1420 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 10512 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 33808 ) - zeroed variables (global, static) in RAM/HEAP
Sketch uses 466316 bytes (48%) of program storage space. Maximum is 958448 bytes.
Global variables use 45740 bytes (55%) of dynamic memory, leaving 36180 bytes for local variables. Maximum is 81920 bytes.
Yeah, think you got it loaded. Now when you have it powered up, you should see it show up as an Access Point. You should be able to connect to it and view the configuration pages.
this is good right? and do i need to do something more because i have 2 led modules
Executable segment sizes: IROM : 425668 - code in flash (default or ICACHE_FLASH_ATTR) IRAM : 28716 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...) DATA : 1420 ) - initialized variables (global, static) in RAM/HEAP RODATA : 10512 ) / 81920 - constants (global, static) in RAM/HEAP BSS : 33808 ) - zeroed variables (global, static) in RAM/HEAP Sketch uses 466316 bytes (48%) of program storage space. Maximum is 958448 bytes. Global variables use 45740 bytes (55%) of dynamic memory, leaving 36180 bytes for local variables. Maximum is 81920 bytes.