nodemcu-firmware/docs
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
..
css Fix font-size, it's odd and inconsistent in the theme 2016-01-16 15:25:48 +01:00
de Final polishing on several pages 2016-01-16 23:11:40 +01:00
en Rework ADC mode setting approach (#1285) 2016-05-18 21:45:15 +02:00
img Final polishing on several pages 2016-01-16 23:11:40 +01:00
js Switch from readthedocs.org to readthedocs.io 2016-04-28 08:09:35 +02:00
index.md Final polishing on several pages 2016-01-16 23:11:40 +01:00