nodemcu-firmware/docs/en
Johny Mattsson 30d354c290 Rework ADC mode setting approach (#1285)
- Stop fighting against the SDK in terms of owning/writing the init_data block.
  NodeMCU included a default init_data block because originally the SDK did
  not, but by now it's not needed.

- Expose a way to reconfigure the ADC mode from Lua land. With most people
  using the cloud builder and not able to change the #define for byte 107
  this has been a pain point.

- Less confusion about which init_data has been used. Lua code can now simply
  state what mode it wants the ADC to be in, and not worry about the rest of
  the init_data complexities such as the init_data changing location due to
  flashing with wrong flash_size setting, or doing/not doing a chip-erase
  before loading new NodeMCU firmware.
2016-05-18 21:45:15 +02:00
..
modules Rework ADC mode setting approach (#1285) 2016-05-18 21:45:15 +02:00
build.md Change a number of default values 2016-03-09 23:16:43 +01:00
extn-developer-faq.md Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
flash.md Add chapter about firmware files and flash address 2016-01-31 14:33:49 +01:00
hardware-faq.md Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
index.md Final polishing on several pages 2016-01-16 23:11:40 +01:00
lua-developer-faq.md Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
start.md Rename DIR to dir and improve JavaScript for RTD 2015-12-28 17:25:00 +01:00
support.md Add a few more remarks to the support page 2016-04-17 23:53:41 +02:00
upload.md Change a number of default values 2016-03-09 23:16:43 +01:00