Files
Tomáš Pilný ca77502ceb Added compiler.warning_flags to platform.txt; fixing #6118 (#6596)
Summary

Added compiler.warning_flags to all chips in platform.txt to reflect users setting of warning level output during compilation (set up in Arduino IDE preferences)

Impact

When a warning is set to none the compilation will no longer display warnings

Related links

Solves issue #6118
2022-05-09 23:17:12 +03:00
..

ESP RainMaker Examples

While building any examples for ESP RainMaker, take care of the following:

  1. Change partition scheme in Arduino IDE to RainMaker (Tools -> Partition Scheme -> RainMaker).
  2. Once ESP RainMaker gets started, compulsorily call WiFi.beginProvision() which is responsible for user-node mapping.
  3. Use the appropriate provisioning scheme as per the board.
    • ESP32 Board: BLE Provisioning
    • ESP32-C3 Board: BLE Provisioning
    • ESP32-S3 Board: BLE Provisioning
    • ESP32-S2 Board: SoftAP Provisioning
  4. Set debug level to Info (Tools -> Core Debug Level -> Info). This is recommended debug level but not mandatory to run RainMaker.