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
..
2016-05-18 21:45:15 +02:00
2016-02-27 15:44:15 +01:00
2016-01-14 22:23:03 +01:00
2016-01-20 19:40:47 +11:00
2016-04-24 16:45:47 +02:00
2016-02-22 08:50:07 -05:00
2016-01-20 19:40:47 +11:00
2016-02-29 08:21:12 -05:00
2016-01-20 19:40:47 +11:00
2016-02-18 21:35:58 +01:00
2016-04-15 12:49:18 +02:00
2016-05-14 00:17:04 +02:00
2016-01-29 18:52:38 +01:00
2016-01-20 19:40:47 +11:00
2016-03-31 19:01:41 -07:00
2016-03-31 19:01:41 -07:00
2016-03-31 19:01:41 -07:00
2016-03-31 19:01:41 -07:00
2016-01-20 19:40:47 +11:00
2016-05-09 07:21:50 +02:00