Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gmag11 committed Aug 5, 2022
1 parent 288d14e commit ad817ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/enigmaiot_led_flasher/enigmaiot_led_flasher.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "esp_wifi.h"
#include "soc/soc.h" // Disable brownout problems
#include "soc/rtc_cntl_reg.h" // Disable brownout problems
#include "soc/adc_channel.h"
#endif
#include <ArduinoJson.h>
#include <Curve25519.h>
Expand Down
1 change: 1 addition & 0 deletions examples/enigmaiot_node/enigmaiot_node.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "esp_wifi.h"
#include "soc/soc.h" // Disable brownout problems
#include "soc/rtc_cntl_reg.h" // Disable brownout problems
#include "soc/adc_channel.h"
#endif
#include <ArduinoJson.h>

Expand Down
1 change: 1 addition & 0 deletions examples/enigmaiot_node_msgpack/enigmaiot_node_msgpack.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "esp_wifi.h"
#include "soc/soc.h" // Disable brownout problems
#include "soc/rtc_cntl_reg.h" // Disable brownout problems
#include "soc/adc_channel.h"
#endif
#include <ArduinoJson.h>
#include <Curve25519.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "esp_wifi.h"
#include "soc/soc.h" // Disable brownout problems
#include "soc/rtc_cntl_reg.h" // Disable brownout problems
#include "soc/adc_channel.h"
#endif
#include <ArduinoJson.h>
#include <Curve25519.h>
Expand Down

0 comments on commit ad817ab

Please sign in to comment.